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

IState.

CanExitState Property

Summary

Can this state be exited?
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
IState

Syntax

bool CanExitState { get; }

Remarks

Checked by Animancer.FSM.StateMachine`1.CanSetState(`0), Animancer.FSM.StateMachine`1.TrySetState(`0) and Animancer.FSM.StateMachine`1.TryResetState(`0).

Not checked by Animancer.FSM.StateMachine`1.ForceSetState(`0).

Value

Type Description
bool