AnimationStateMachine.StateHistory Property
Definition¶
Namespace: Brine2D.Animation
Chronological log of the last StateHistoryCapacity state names entered. Index 0 is oldest. Cleared by ClearStateHistory().
public System.Collections.Generic.IReadOnlyList<string> StateHistory { get; }