Class AnimatorStateMachineExtensions
Inheritance
System.Object
AnimatorStateMachineExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class AnimatorStateMachineExtensions
Methods
| Improve this Doc View SourceChildStateMachinesCount(IAnimatorStateMachine)
Declaration
public static int ChildStateMachinesCount(this IAnimatorStateMachine stateMachine)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Classes.ClassID_1107.IAnimatorStateMachine | stateMachine |
Returns
Type | Description |
---|---|
System.Int32 |
ChildStatesCount(IAnimatorStateMachine)
Declaration
public static int ChildStatesCount(this IAnimatorStateMachine stateMachine)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Classes.ClassID_1107.IAnimatorStateMachine | stateMachine |
Returns
Type | Description |
---|---|
System.Int32 |
SetChildStateCapacity(IAnimatorStateMachine, Int32)
Declaration
public static void SetChildStateCapacity(this IAnimatorStateMachine stateMachine, int c)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Classes.ClassID_1107.IAnimatorStateMachine | stateMachine | |
System.Int32 | c |
SetChildStateMachineCapacity(IAnimatorStateMachine, Int32)
Declaration
public static void SetChildStateMachineCapacity(this IAnimatorStateMachine stateMachine, int c)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Classes.ClassID_1107.IAnimatorStateMachine | stateMachine | |
System.Int32 | c |
SetEntryTransitionsCapacity(IAnimatorStateMachine, Int32)
Declaration
public static void SetEntryTransitionsCapacity(this IAnimatorStateMachine stateMachine, int c)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Classes.ClassID_1107.IAnimatorStateMachine | stateMachine | |
System.Int32 | c |
TrimChildStateMachines(IAnimatorStateMachine)
Declaration
public static void TrimChildStateMachines(this IAnimatorStateMachine stateMachine)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Classes.ClassID_1107.IAnimatorStateMachine | stateMachine |