PathConstraintMixTimeline Type
Changes a path constraint's PathConstraint.MixRotate, PathConstraint.MixX, and PathConstraint.MixY.
Constructors
Constructor | Description |
Full Usage:
PathConstraintMixTimeline(frameCount, bezierCount, pathConstraintIndex)
Parameters:
int
bezierCount : int
pathConstraintIndex : 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.PathConstraintIndex
Returns: int
|
The index of the path constraint slot in Skeleton.PathConstraints that will be changed when this timeline is applied.
|
Full Usage:
this.SetFrame
Parameters:
int
-
Between 0 and frameCount , inclusive.
time : float32
-
The frame time in seconds.
mixRotate : float32
mixX : float32
mixY : float32
|
Sets the time and color for the specified frame.
|