AnimatorTimeline Class
Animator Timeline is a class designed to provide base animation functionality
Constructor
AnimatorTimeline
()
Item Index
Properties
Events
Properties
_paused
Bool
private
If the timeline is paused.
firstFrame
Int
The frame number of the first frame
isLastFrame
Bool
Ensure we show the last frame before looping
isLooping
Bool
If the animation loops - determined by looking to see if it ends in " stop" or " loop"
lastFrame
Int
The frame number of the last frame
length
Int
length of timeline in frames
paused
Bool
public
Sets and gets the animation's paused status.
playSound
Bool
public
If the timeline will, but has yet to play a sound.
soundInst
Object
public
A sound instance object from cloudkid.Sound or cloudkid.Audio, used for tracking sound position.
useCaptions
Bool
If this timeline plays captions
Events
onComplete
The event to callback when we're done