AttachmentTimeline Type
Changes a slot's Slot.Attachment.
Constructors
Constructor | Description |
Full Usage:
AttachmentTimeline(frameCount, slotIndex)
Parameters:
int
slotIndex : 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 |
|
Full Usage:
this.AttachmentNames
Returns: string[]
|
The attachment name for each frame. May contain null values to clear the attachment.
|
Full Usage:
this.SetFrame
Parameters:
int
-
Between 0 and frameCount , inclusive.
time : float32
-
The frame time in seconds.
attachmentName : string
|
Sets the time and attachment name for the specified frame.
|
Full Usage:
this.SlotIndex
Returns: int
Modifiers: abstract |
|