Header menu logo Nu

EventTimeline Type

Fires an Event when specific animation times are reached.

Constructors

Constructor Description

EventTimeline(frameCount)

Full Usage: EventTimeline(frameCount)

Parameters:
    frameCount : int

frameCount : int

Instance members

Instance member Description

this.Apply

Full Usage: this.Apply

Parameters:
Modifiers: abstract

Fires events for frames > lastTime and <= time.

skeleton : Skeleton
lastTime : float32
time : float32
firedEvents : ExposedList<Event>
alpha : float32
blend : MixBlend
direction : MixDirection

this.Events

Full Usage: this.Events

Returns: Event[]

The event for each frame.

Returns: Event[]

this.SetFrame

Full Usage: this.SetFrame

Parameters:
    frame : int - Between 0 and frameCount, inclusive.
    e : Event

Sets the time and event for the specified frame.

frame : int

Between 0 and frameCount, inclusive.

e : Event

Type something to start searching.