Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimatorState.AddStateMachineBehaviour

Switch to Manual
public function AddStateMachineBehaviour(stateMachineBehaviourType: Type): StateMachineBehaviour;

Parameters

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 function AddStateMachineBehaviour(): T;

Description

Generic version. See the Generic Functions page for more details.