logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CompositeViewGenerator.Result

    Outcome of a Generate(ContainerNode, string, bool, bool) run.

    Inheritance
    object
    CompositeViewGenerator.Result
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Ui.Infrastructure.Editor.Builder
    Assembly: Serenity.UnityUi.Infrastructure.Editor.dll
    Syntax
    public sealed class CompositeViewGenerator.Result

    Constructors

    Result()

    Declaration
    public Result()

    Fields

    CreatedPaths

    Every asset path created (for reporting; empty after a rollback).

    Declaration
    public List<string> CreatedPaths
    Field Value
    Type Description
    List<string>

    Error

    A human-readable error when Success is false.

    Declaration
    public string Error
    Field Value
    Type Description
    string

    RootAssetPath

    The asset path of the root composite (on success).

    Declaration
    public string RootAssetPath
    Field Value
    Type Description
    string

    Success

    True when all assets were created and saved.

    Declaration
    public bool Success
    Field Value
    Type Description
    bool
    In this article
    © 2026 Serenity. All Rights Reserved