logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PrefabProceduralExpressionApplier.ApplyResult

    Result of applying ProceduralExpression to a prefab.

    Inheritance
    object
    PrefabProceduralExpressionApplier.ApplyResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.ProceduralExpression.Infrastructure.Editor
    Assembly: Serenity.UnityProceduralExpression.Infrastructure.Editor.dll
    Syntax
    public class PrefabProceduralExpressionApplier.ApplyResult

    Constructors

    ApplyResult()

    Declaration
    public ApplyResult()

    Fields

    DetectedChestBoneId

    Declaration
    public string DetectedChestBoneId
    Field Value
    Type Description
    string

    Errors

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

    RigDefinition

    Declaration
    public UnityRigDefinition RigDefinition
    Field Value
    Type Description
    UnityRigDefinition

    Success

    Declaration
    public bool Success
    Field Value
    Type Description
    bool

    Warnings

    Declaration
    public List<string> Warnings
    Field Value
    Type Description
    List<string>
    In this article
    © 2026 Serenity. All Rights Reserved