Group#y
  • References/Game Development/Phaser/Game Objects/Group

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
Group#xy()
  • References/Game Development/Phaser/Game Objects/Group

xy(index, x, y) Positions the child found at the given index within this group to the given x and y coordinates. Parameters

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

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

2025-01-10 15:47:30
Group#add()
  • References/Game Development/Phaser/Game Objects/Group

add(child, silent, index) → {

2025-01-10 15:47:30
Group#alignIn()
  • References/Game Development/Phaser/Game Objects/Group

alignIn(container, position, offsetX, offsetY)

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

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

2025-01-10 15:47:30
Group#countDead()
  • References/Game Development/Phaser/Game Objects/Group

countDead() → {integer} Get the number of dead children in this group. Returns

2025-01-10 15:47:30
Group#callAllExists()
  • References/Game Development/Phaser/Game Objects/Group

callAllExists(callback, existsValue, parameter) Calls a function, specified by name, on all children in the group who exist (or do not

2025-01-10 15:47:30
Group#divideAll()
  • References/Game Development/Phaser/Game Objects/Group

divideAll(property, amount, checkAlive, checkVisible) Divides the given property by the amount on all children in this group. Group

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

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