Skip to content

AnimationStateMachine.PreviousState Property

Definition

Namespace: Brine2D.Animation

Gets the animation that was active before the current one, or null.

public string? PreviousState { get; }

Property Value

System.String