Version: 2020.2

AnimatorStateMachine.AddStateMachineBehaviour

切换到手册
public T AddStateMachineBehaviour ();

描述

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 StateMachineBehaviour AddStateMachineBehaviour (Type stateMachineBehaviourType);

参数

stateMachineBehaviourType The type of state machine behaviour class to add.

描述

A non-generic version of this method.