PathConstraintPositionTimeline Type
Changes a path constraint's PathConstraint.Position.
Constructors
Constructor | Description |
Full Usage:
PathConstraintPositionTimeline(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.PathConstraintIndex
Returns: int
|
The index of the path constraint slot in Skeleton.PathConstraints that will be changed when this timeline is applied.
|