PathConstraintMixTimeline
Changes a transform constraint's {@link PathConstraint#getMixRotate()}, {@link PathConstraint#getMixX()}, and
{@link PathConstraint#getMixY()}.
Static Members
Instance Members
spine
pathConstraintIndex: Int
spine
getFrameEntries(): Int
spine
getPathConstraintIndex(): Int
The index of the path constraint slot in {@link Skeleton#getPathConstraints()} that will be changed when this timeline
is applied.
Sets the time and color for the specified frame.
Name |
Type |
Description |
frame |
Int |
Between 0 and frameCount , inclusive. |
time |
Float |
The frame time in seconds. |
mixRotate |
Float |
|
mixX |
Float |
|
mixY |
Float |
|
spine
new(frameCount: Int, bezierCount: Int, pathConstraintIndex: Int): Void
Name |
Type |
frameCount |
Int |
bezierCount |
Int |
pathConstraintIndex |
Int |
Private Members