PathConstraintMixTimeline
Timeline → CurveTimeline → spine.PathConstraintMixTimeline (Class)
Changes a transform constraint's {@link PathConstraint#getMixRotate()}, {@link PathConstraint#getMixX()}, and {@link PathConstraint#getMixY()}.
Static Members
Instance Members
Returns |
---|
Int |
The index of the path constraint slot in {@link Skeleton#getPathConstraints()} that will be changed when this timeline is applied.
Returns |
---|
Int |
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
apply(skeleton: Skeleton, lastTime: Float, time: Float, events: spine.support.utils.Array<Event>, alpha: Float, blend: MixBlend, direction: MixDirection): Void
Name | Type |
---|---|
skeleton |
Skeleton |
lastTime |
Float |
time |
Float |
events |
spine.support.utils.Array<Event> |
alpha |
Float |
blend |
MixBlend |
direction |
MixDirection |
Name | Type |
---|---|
frameCount |
Int |
bezierCount |
Int |
pathConstraintIndex |
Int |