Show / Hide Table of Contents

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 Source

ChildStateMachinesCount(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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

TrimChildStateMachines(IAnimatorStateMachine)

Declaration
public static void TrimChildStateMachines(this IAnimatorStateMachine stateMachine)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_1107.IAnimatorStateMachine stateMachine
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾