Animation#loopCount
  • References/Game Development/Phaser/Animation/Animation

loopCount : number The number of times the animation has looped since it was last started.

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

onStart : Phaser.Signal This event is dispatched when

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

restart() Sets this animation back to the first frame and restarts the animation. Source

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

delay : number The delay in ms between each frame of the Animation, based on the given frameRate.

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

frame : number Gets or sets the current frame index and updates the Texture Cache for display.

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

currentFrame : Phaser.Frame The currently displayed

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

next(quantity) Advances by the given number of frames in the Animation, taking the loop value into consideration

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

updateFrameData(frameData) Changes the FrameData object this Animation is using. Parameters

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

reverseOnce() → {Phaser.Animation}

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

destroy() Cleans up this animation ready for deletion. Nulls all values and references. Source

2025-01-10 15:47:30