game : Phaser.Game A reference to the currently running Game
isReversed : boolean Indicates if the animation will play backwards. Source
new Animation(game, parent, name, frameData, frames, frameRate, loop) An
loop : boolean The loop state of the Animation. Source code:
<static> generateFrameNames(prefix, start, stop, suffix, zeroPad)
isFinished : boolean The finished state of the Animation. Set to true once playback completes, false during playback.
onUpdate : Phaser.Signal | null This event is dispatched
Page 4 of 4