Skip to content

SpriteAnimator.OnAnimationComplete Event

Definition

Namespace: Brine2D.Animation

Raised when a non-looping animation reaches its terminal frame.

C#
public event Action<AnimationClip>? OnAnimationComplete;

Event Type

System.Action<AnimationClip>