AnimationStateMachine.IsDisposed Property
Definition¶
Namespace: Brine2D.Animation
Gets whether this instance has been disposed. Useful for external lifetime guards when a reference to the state machine outlives its owning entity or component.
public bool IsDisposed { get; }