Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

StateMachineBehaviour.OnStateMachineExit

Switch to Manual
public function OnStateMachineExit(animator: Animator, stateMachinePathHash: int): void;

Parameters

animatorThe Animator playing this state machine.
stateMachinePathHashThe full path hash for this state machine.

Description

Called on the last Update frame when one of the statemachine's state is transitionning toward another state in another state machine.