SequenceTimeline Type
Changes a slot's Slot.SequenceIndex for an attachment's Sequence.
Constructors
Constructor | Description |
Full Usage:
SequenceTimeline(frameCount, slotIndex, attachment)
Parameters:
int
slotIndex : int
attachment : Attachment
|
|
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 |
|
|
|
Full Usage:
this.FrameEntries
Returns: int
Modifiers: abstract |
|
Full Usage:
this.SetFrame
Parameters:
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.
|
Full Usage:
this.SlotIndex
Returns: int
Modifiers: abstract |
|