AnimationManager#name
  • References/Game Development/Phaser/Animation/AnimationManager

name : string Gets the current animation name, if set. Source code:

2025-01-10 15:47:30
AnimationManager#sprite
  • References/Game Development/Phaser/Animation/AnimationManager

sprite : Phaser.Sprite A reference to the parent Sprite

2025-01-10 15:47:30
AnimationManager#currentAnim
  • References/Game Development/Phaser/Animation/AnimationManager

currentAnim : Phaser.Animation The currently

2025-01-10 15:47:30
AnimationManager#frameData
  • References/Game Development/Phaser/Animation/AnimationManager

[readonly] frameData : Phaser.FrameData

2025-01-10 15:47:30
AnimationManager#destroy()
  • References/Game Development/Phaser/Animation/AnimationManager

destroy() Destroys all references this AnimationManager contains.Iterates through the list of animations stored in this manager

2025-01-10 15:47:30
AnimationManager#getAnimation()
  • References/Game Development/Phaser/Animation/AnimationManager

getAnimation(name) → {Phaser.Animation}

2025-01-10 15:47:30
AnimationManager#add()
  • References/Game Development/Phaser/Animation/AnimationManager

add(name, frames, frameRate, loop, useNumericIndex)

2025-01-10 15:47:30
AnimationManager#refreshFrame()
  • References/Game Development/Phaser/Animation/AnimationManager

refreshFrame() Refreshes the current frame data back to the parent Sprite and also resets the texture data.

2025-01-10 15:47:30
AnimationManager#validateFrames()
  • References/Game Development/Phaser/Animation/AnimationManager

validateFrames(frames, useNumericIndex) → {boolean} Check whether

2025-01-10 15:47:30
AnimationManager#paused
  • References/Game Development/Phaser/Animation/AnimationManager

paused : boolean Gets and sets the paused state of the current animation. Source

2025-01-10 15:47:30