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

centerY : number The center y coordinate of this Group. It is derived by calling getBounds, calculating the

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

callAll(method, context, args) Calls a function, specified by name, on all on children. The function

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

checkProperty(child, key, value, force) → {boolean} Checks a property

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

physicsBodyType : integer If enableBody

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

enableBodyDebug : boolean If true when a physics body is created (via

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

onChildInputUp : Phaser.Signal This Signal is dispatched

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

swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters

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

[readonly] cursorIndex : integer The current index of the Group cursor. Advance it with Group

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

physicsSortDirection : integer If this Group contains Arcade Physics Sprites you can set a custom sort direction via this property

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

getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the displayObjectContainer

2025-01-10 15:47:30