Header menu logo Nu

SequenceTimeline Type

Changes a slot's Slot.SequenceIndex for an attachment's Sequence.

Constructors

Constructor Description

SequenceTimeline(frameCount, slotIndex, attachment)

Full Usage: SequenceTimeline(frameCount, slotIndex, attachment)

Parameters:
    frameCount : int
    slotIndex : int
    attachment : Attachment

frameCount : int
slotIndex : int
attachment : Attachment

Instance members

Instance member Description

this.Apply

Full Usage: this.Apply

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

this.Attachment

Full Usage: this.Attachment

Returns: Attachment
Returns: Attachment

this.FrameEntries

Full Usage: this.FrameEntries

Returns: int
Modifiers: abstract
Returns: int

this.SetFrame

Full Usage: this.SetFrame

Parameters:
    frame : int - Between 0 and frameCount, inclusive.
    time : float32 - Seconds between frames.
    mode : SequenceMode
    index : int
    delay : float32

Sets the time, mode, index, and frame time for the specified frame.

frame : int

Between 0 and frameCount, inclusive.

time : float32

Seconds between frames.

mode : SequenceMode
index : int
delay : float32

this.SlotIndex

Full Usage: this.SlotIndex

Returns: int
Modifiers: abstract
Returns: int

Type something to start searching.