RGBTimeline Type
Changes the RGB for a slot's !:Slot.Color.
Constructors
Constructor | Description |
Full Usage:
RGBTimeline(frameCount, bezierCount, slotIndex)
Parameters:
int
bezierCount : 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.FrameEntries
Returns: int
Modifiers: abstract |
|
Full Usage:
this.SetFrame
Parameters:
int
-
Between 0 and frameCount , inclusive.
time : float32
-
The frame time in seconds.
r : float32
g : float32
b : float32
|
Sets the time and color for the specified frame.
|
Full Usage:
this.SlotIndex
Returns: int
Modifiers: abstract |
|