PhysicsConstraintTimeline Type
The base class for most PhysicsConstraint timelines.
Constructors
Constructor | Description |
Full Usage:
PhysicsConstraintTimeline(frameCount, bezierCount, physicsConstraintIndex, property)
Parameters:
int
bezierCount : int
physicsConstraintIndex : int
-
-1 for all physics constraints in the skeleton.
property : Property
|
|
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.PhysicsConstraintIndex
Returns: int
|
The index of the physics constraint in Skeleton.PhysicsConstraints that will be changed when this timeline is applied, or -1 if all physics constraints in the skeleton will be changed.
|