Skip to content

AnimationBlendSelector2D.OnClipChanged Event

Definition

Namespace: Brine2D.Animation

Raised when the active clip selection changes. Provides the previous clip name (or null if none was active) and the new clip name.

public event Action<string?,string>? OnClipChanged;

Event Type

System.Action<System.String,System.String>