AddStateMachineBehaviour
A non-generic version of this method.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor.CoreModule
AddStateMachineBehaviour(Type)
A non-generic version of this method.
public StateMachineBehaviour AddStateMachineBehaviour(Type stateMachineBehaviourType)
Parameters
The type of state machine behaviour class to add.
Returns
Type | Description |
|---|---|
| StateMachineBehaviour |
AddStateMachineBehaviour<T>()
Adds a state machine behaviour class of type T to the AnimatorStateMachine. Note that there is no corresponding "Remove" method. To remove a state machine behaviour, use Object.Destroy.
public T AddStateMachineBehaviour<T>() where T : StateMachineBehaviour
Returns
Type | Description |
|---|---|
| T |