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#getClosestTo()
  • References/Game Development/Phaser/Core/World

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

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#remove()
  • References/Game Development/Phaser/Core/World

remove(child, destroy, silent) → {boolean}

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

physicsBodyType : integer If enableBody

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

y : number The y coordinate of the group container. You can adjust the group container itself by modifying its coordinates

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#multiplyAll()
  • References/Game Development/Phaser/Core/World

multiplyAll(property, amount, checkAlive, checkVisible) Multiplies the given property by the amount on all children in this group.

2025-01-10 15:47:30