Skip to content

ClipEventArgs Class

Definition

Namespace: Brine2D.Animation

Contextual data passed to a clip event callback.

C#
public sealed record ClipEventArgs : System.IEquatable<Brine2D.Animation.ClipEventArgs>

Inheritance System.Object → ClipEventArgs

Implements System.IEquatable<ClipEventArgs>

Constructors
ClipEventArgs\(string, string, float, float\) Contextual data passed to a clip event callback.
Properties
ClipName The name of the animation clip that owns the event.
EventName The name of the event that fired.
NormalizedTime The normalized playback position [0, 1] when the event fired.
Time The time offset \(in seconds\) at which the event is registered.