Frame#sourceSizeH
  • References/Game Development/Phaser/Animation/Frame

sourceSizeH : number Height of the original sprite before it was trimmed. Source

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
Frame#index
  • References/Game Development/Phaser/Animation/Frame

index : number The index of this Frame within the FrameData set it is being added to.

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

game : Phaser.Game A reference to the currently running Game

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#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
AnimationParser.JSONData()
  • References/Game Development/Phaser/Animation/AnimationParser

<static> JSONData(game, json) → {

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

getFrame(index) → {Phaser.Frame}

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

x : number X position within the image to cut from. Source code:

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