EventTimeline Type
Fires an Event when specific animation times are reached.
Constructors
Constructor | Description |
Full Usage:
EventTimeline(frameCount)
Parameters:
int
|
|
Instance members
Instance member | Description |
Full Usage:
this.Apply
Parameters:
Skeleton
lastTime : float32
time : float32
firedEvents : ExposedList<Event>
alpha : float32
blend : MixBlend
direction : MixDirection
Modifiers: abstract |
Fires events for frames >
|
|
The event for each frame.
|
|
Sets the time and event for the specified frame.
|