AnimationClip.Events Property
Definition¶
Namespace: Brine2D.Animation
Read-only view of clip event markers. Use AddEvent(string, float, Action<ClipEventArgs>, bool) and RemoveEvent(string) to mutate.
public System.Collections.Generic.IReadOnlyList<Brine2D.Animation.ClipEvent> Events { get; }