ClipEvent.FrameIndex Property
Definition¶
Namespace: Brine2D.Animation
When non-null this event was registered via AddEventAtFrame(string, int, Action<ClipEventArgs>, bool) and its Time is automatically re-resolved whenever any frame's Duration changes.
public System.Nullable<int> FrameIndex { get; init; }