logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AnimationClipCopyEngine.Result

    Outcome of Create(Input).

    Inheritance
    object
    AnimationClipCopyEngine.Result
    Namespace: Serenity.Editor.AnimationHub.Engine
    Assembly: Serenity.AnimationHub.Editor.dll
    Syntax
    public sealed class AnimationClipCopyEngine.Result : SerenityCreationResult

    Constructors

    Result()

    Declaration
    public Result()

    Fields

    CopiedClipPath

    Declaration
    public string CopiedClipPath
    Field Value
    Type Description
    string

    Message

    Declaration
    public string Message
    Field Value
    Type Description
    string

    RewiredBlendTreeNames

    Declaration
    public readonly List<string> RewiredBlendTreeNames
    Field Value
    Type Description
    List<string>

    Populated only when RewireController ran and succeeded — the blend trees ReplaceMotion(AnimatorController, Motion, Motion) repointed a child of.

    RewiredStateNames

    Declaration
    public readonly List<string> RewiredStateNames
    Field Value
    Type Description
    List<string>

    Populated only when RewireController ran and succeeded — the states ReplaceMotion(AnimatorController, Motion, Motion) repointed.

    In this article
    © 2026 Serenity. All Rights Reserved