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

IState.

CanEnterState Property

Summary

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

Syntax

bool CanEnterState { 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