Skip to content

AnimationStateMachine.CurrentState Property

Definition

Namespace: Brine2D.Animation

Gets the name of the currently active animation, or null if none.

public string? CurrentState { get; }

Property Value

System.String