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.

C#
public bool IsPlaying { get; }

Property Value

System.Boolean