Table of Contents

Property CanEnterState

Namespace
_GrindFest.Scripts
Assembly
GrindFest.dll

CanEnterState

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

public override bool CanEnterState { get; }

Property Value

bool