AnimationStateMachine.IsInState(string) Method
Definition¶
Namespace: Brine2D.Animation
Returns true when the currently active animation matches stateName.
public bool IsInState(string stateName);
Parameters¶
stateName System.String
Namespace: Brine2D.Animation
Returns true when the currently active animation matches stateName.
public bool IsInState(string stateName);
stateName System.String