TileSprite#TileSprite
  • References/Game Development/Phaser/Display/TileSprite

new TileSprite(game, x, y, width, height, key, frame) A TileSprite is a Sprite that has a repeating texture. The texture can be scrolled

2025-01-10 15:47:30
Image#setFrame()
  • References/Game Development/Phaser/Display/Image

setFrame(frame) Sets the texture frame the Game Object uses for rendering. This is primarily an internal method used by

2025-01-10 15:47:30
Button#freezeFrames
  • References/Game Development/Phaser/Display/Button

freezeFrames : boolean When true the the texture frame will not be automatically switched on up/down/over/out events.

2025-01-10 15:47:30
Rope#getLocalBounds()
  • References/Game Development/Phaser/Display/Rope

getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the displayObjectContainer

2025-01-10 15:47:30
TileSprite#maxHealth
  • References/Game Development/Phaser/Display/TileSprite

maxHealth : number The Game Objects maximum health value. This works in combination with the heal method to ensure

2025-01-10 15:47:30
Image#setTexture()
  • References/Game Development/Phaser/Display/Image

setTexture(texture, destroy) Sets the texture of the sprite. Be warned that this doesn't remove or destroy

2025-01-10 15:47:30
Sprite#cropRect
  • References/Game Development/Phaser/Display/Sprite

cropRect : Phaser.Rectangle The Rectangle used

2025-01-10 15:47:30
Image#kill()
  • References/Game Development/Phaser/Display/Image

kill() → {PIXI.DisplayObject} Kills a Game Object. A killed Game Object has its alive

2025-01-10 15:47:30
Rope#moveDown()
  • References/Game Development/Phaser/Display/Rope

moveDown() → {PIXI.DisplayObject} Moves this Game Object down one place in its parents display list

2025-01-10 15:47:30
TileSprite#fixedToCamera
  • References/Game Development/Phaser/Display/TileSprite

fixedToCamera : boolean A Game Object that is "fixed" to the camera uses its x/y coordinates as offsets from the top left of the

2025-01-10 15:47:30