name : string Gets the current animation name, if set. Source code:
sprite : Phaser.Sprite A reference to the parent Sprite
currentAnim : Phaser.Animation The currently
[readonly] frameData : Phaser.FrameData
destroy() Destroys all references this AnimationManager contains.Iterates through the list of animations stored in this manager
getAnimation(name) → {Phaser.Animation}
add(name, frames, frameRate, loop, useNumericIndex)
refreshFrame() Refreshes the current frame data back to the parent Sprite and also resets the texture data.
validateFrames(frames, useNumericIndex) → {boolean} Check whether
paused : boolean Gets and sets the paused state of the current animation. Source
Page 2 of 3