Class RewireResult
Outcome of ReplaceMotion(AnimatorController, Motion, Motion) — which states and blend trees were actually repointed, or why nothing was touched at all.
Inherited Members
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> |