ClipEventArgs(string, string, float, float) Constructor
Definition¶
Namespace: Brine2D.Animation
Contextual data passed to a clip event callback.
public ClipEventArgs(string EventName, string ClipName, float Time, float NormalizedTime);
Parameters¶
EventName System.String
The name of the event that fired.
ClipName System.String
The name of the animation clip that owns the event.
Time System.Single
The time offset (in seconds) at which the event is registered.
NormalizedTime System.Single
The normalized playback position [0, 1] when the event fired.