Rope#x
  • References/Game Development/Phaser/Display/Rope

x : number The position of the Game Object on the x axis relative to the local coordinates of the parent.

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

bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.

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

setChildIndex(child, index) Changes the position of an existing child in the display object container Parameters

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

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

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

pendingDestroy : boolean A Group is that has pendingDestroy set to true is flagged to have its destroy

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

overlap(displayObject) → {boolean} Checks to see if the bounds of this Game Object overlaps with

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

addChild(child) → {DisplayObject}

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

new Rope(game, x, y, key, frame, points) A Rope is a Sprite that has a repeating texture. The texture will automatically wrap

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

ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children

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

autoCull : boolean A Game Object with autoCull set to true will check its bounds against the World Camera every frame

2025-01-10 15:47:30