Group#removeBetween()
  • References/Game Development/Phaser/Game Objects/Group

removeBetween(startIndex, endIndex, destroy, silent)

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.SORT_ASCENDING
  • References/Game Development/Phaser/Game Objects/Group

[static] SORT_ASCENDING : integer A sort ordering value, as specified in

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

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

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

[static] RETURN_ALL : integer A returnType value, as specified in

2025-01-10 15:47:30
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#physicsType
  • References/Game Development/Phaser/Game Objects/Group

[readonly] physicsType : number The const physics body type of this object.

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

addChildAt(child, index) → {DisplayObject}

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

removeFromHash(child) → {boolean} Removes a child of this Group from the hash array.This call

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

width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set

2025-01-10 15:47:30