This is the old Animancer v7.4 documentation. Click here for the latest version.

IState.

OnExitState() Method

Summary

Called when this state is exited.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
IState

Syntax

void OnExitState()

Remarks

Called by Animancer.FSM.StateMachine`1.TrySetState(`0), Animancer.FSM.StateMachine`1.TryResetState(`0) and Animancer.FSM.StateMachine`1.ForceSetState(`0).

Return Value

Type Description
void