Header menu logo Nu

PathConstraintMixTimeline Type

Constructors

Constructor Description

PathConstraintMixTimeline(frameCount, bezierCount, pathConstraintIndex)

Full Usage: PathConstraintMixTimeline(frameCount, bezierCount, pathConstraintIndex)

Parameters:
    frameCount : int
    bezierCount : int
    pathConstraintIndex : int

frameCount : int
bezierCount : int
pathConstraintIndex : int

Instance members

Instance member Description

this.Apply

Full Usage: this.Apply

Parameters:
Modifiers: abstract
skeleton : Skeleton
lastTime : float32
time : float32
firedEvents : ExposedList<Event>
alpha : float32
blend : MixBlend
direction : MixDirection

this.FrameEntries

Full Usage: this.FrameEntries

Returns: int
Modifiers: abstract
Returns: int

this.PathConstraintIndex

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.

Returns: int

this.SetFrame

Full Usage: this.SetFrame

Parameters:
    frame : 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.

frame : int

Between 0 and frameCount, inclusive.

time : float32

The frame time in seconds.

mixRotate : float32
mixX : float32
mixY : float32

Type something to start searching.