logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RewireResult

    Outcome of ReplaceMotion(AnimatorController, Motion, Motion) — which states and blend trees were actually repointed, or why nothing was touched at all.

    Inheritance
    object
    RewireResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.AnimationHub.Engine
    Assembly: Serenity.AnimationHub.Editor.dll
    Syntax
    public sealed class RewireResult

    Constructors

    RewireResult()

    Declaration
    public RewireResult()

    Fields

    Error

    Declaration
    public string Error
    Field Value
    Type Description
    string

    Success

    Declaration
    public bool Success
    Field Value
    Type Description
    bool

    Properties

    RewiredBlendTreeNames

    Declaration
    public IReadOnlyList<string> RewiredBlendTreeNames { get; }
    Property Value
    Type Description
    IReadOnlyList<string>

    RewiredStateNames

    Declaration
    public IReadOnlyList<string> RewiredStateNames { get; }
    Property Value
    Type Description
    IReadOnlyList<string>
    In this article
    © 2026 Serenity. All Rights Reserved