Version: 2019.2

AnimatorState.AddStateMachineBehaviour

Switch to Manual
public StateMachineBehaviour AddStateMachineBehaviour (Type stateMachineBehaviourType);

Description

Adds a state machine behaviour class of type stateMachineBehaviourType to the AnimatorState. C# Users can use a generic version.

Note that there is no RemoveStateMachineBehaviour(), to remove a state machine behaviour, use Object.Destroy.


public T AddStateMachineBehaviour ();

Description

Дженерик функции. Для получения дополнительной информации смотрите страницу, посвященную Дженерик функциям.