AnimationBlendSelector1D.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;