track

A track object of a keyframe-based animation.

Summary
trackA track object of a keyframe-based animation.
Preference DialogNone.
Properties
idstring, ( r )
timeScalefloat, ( r )
animatorobject, ( r )
Functions
play
stop

Preference Dialog

None.

Properties

id

string, ( r )

Returns the id of this track.  Use this id to remove track from animator (see animator.remove).

timeScale

float, ( r )

Returns the time scale of this track.

animator

object, ( r )

The animator that this track belongs.

Functions

play

play(toLoop);

Start this animation track.

Parameters

toLoop(bool) to repeat the track after reaching the end.

Returns

N/A

stop

stop();

Stop this animation track.

Parameters

N/A

Returns

N/A

object, ( r )
Close