SpriteAnimator.IsPaused Property
Definition¶
Namespace: Brine2D.Animation
Gets whether the animator has been explicitly paused via Pause(). A paused animator still holds a valid CurrentFrame and can be resumed.
public bool IsPaused { get; }
Namespace: Brine2D.Animation
Gets whether the animator has been explicitly paused via Pause(). A paused animator still holds a valid CurrentFrame and can be resumed.
public bool IsPaused { get; }