Skip to content

AnimatorComponent.IsPlaying Property

Definition

Namespace: Brine2D.Animation

true when the primary animator is currently playing (not paused, not finished). Equivalent to IsPlaying on Animator.

public bool IsPlaying { get; }

Property Value

System.Boolean