AttackState.

CanEnterState Property

Summary

[Animancer.FSM.IState.CanEnterState] Determines whether the Animancer.FSM.StateMachine`1 can enter this state. Always returns true unless overridden.

Syntax

public override 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