Skip to content

SpriteAnimator.OnAnimationComplete Event

Definition

Namespace: Brine2D.Animation

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

public event Action<AnimationClip>? OnAnimationComplete;

Event Type

System.Action<AnimationClip>