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

IState.

OnEnterState() Method

Summary

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

Syntax

void OnEnterState()

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