Skip to content

AnimatorComponent.IsFinished Property

Definition

Namespace: Brine2D.Animation

true when the primary animator's current non-looping clip has finished. Equivalent to IsFinished on Animator.

C#
public bool IsFinished { get; }

Property Value

System.Boolean