AnimationStateMachine.CanTransitionTo(string) Method
Definition¶
Namespace: Brine2D.Animation
Returns true if a transition to targetState is eligible based
on loop-block rules, MinStateDuration, and
MinNormalizedTime. Conditions and on-complete transitions
are not evaluated.
public bool CanTransitionTo(string targetState);
Parameters¶
targetState System.String