Skip to content

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; }

Property Value

System.Boolean