World#z
  • References/Game Development/Phaser/Core/World

[readonly] z : integer The z-depth value of this object within its parent container/Group

2025-01-10 15:47:30
World#randomY
  • References/Game Development/Phaser/Core/World

[readonly] randomY : number Gets a random integer which is lesser than or equal to the current

2025-01-10 15:47:30
World#rotation
  • References/Game Development/Phaser/Core/World

rotation : number The angle of rotation of the group container, in radians. This will adjust the group container itself

2025-01-10 15:47:30
World#getRandom()
  • References/Game Development/Phaser/Core/World

getRandom(startIndex, length) → {any} Returns

2025-01-10 15:47:30
World#total
  • References/Game Development/Phaser/Core/World

[readonly] total : integer Total number of existing children in the group.

2025-01-10 15:47:30
World#getClosestTo()
  • References/Game Development/Phaser/Core/World

getClosestTo(object, callback, callbackContext) → {any}

2025-01-10 15:47:30
World#getFirstDead()
  • References/Game Development/Phaser/Core/World

getFirstDead(createIfNull, x, y, key,

2025-01-10 15:47:30
World#onChildInputDown
  • References/Game Development/Phaser/Core/World

onChildInputDown : Phaser.Signal This Signal is dispatched

2025-01-10 15:47:30
World#sendToBack()
  • References/Game Development/Phaser/Core/World

sendToBack(child) → {any} Sends the given child to the bottom of this group so it renders below

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

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

2025-01-10 15:47:30