FlexLayer#topMiddle
  • References/Game Development/Phaser/Game Scaling/FlexLayer

topMiddle : Phaser.Point Source code:

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

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

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

2025-01-10 15:47:30
FlexLayer#next()
  • References/Game Development/Phaser/Game Scaling/FlexLayer

next() → {any} Advances the group cursor to the next (higher) object in the group. If the

2025-01-10 15:47:30
FlexLayer#getBounds()
  • References/Game Development/Phaser/Game Scaling/FlexLayer

getBounds(targetCoordinateSpace) → {Rectangle} Retrieves the global

2025-01-10 15:47:30
FlexLayer#physicsType
  • References/Game Development/Phaser/Game Scaling/FlexLayer

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

2025-01-10 15:47:30
FlexLayer#hash
  • References/Game Development/Phaser/Game Scaling/FlexLayer

hash :array The hash array is an array belonging to this Group into which you can add any of its children via Group.addToHash and

2025-01-10 15:47:30
FlexLayer#onChildInputOut
  • References/Game Development/Phaser/Game Scaling/FlexLayer

onChildInputOut : Phaser.Signal This Signal is dispatched

2025-01-10 15:47:30
FlexLayer#subAll()
  • References/Game Development/Phaser/Game Scaling/FlexLayer

subAll(property, amount, checkAlive, checkVisible) Subtracts the amount from the given property on all children in this group. Group

2025-01-10 15:47:30
FlexLayer#top
  • References/Game Development/Phaser/Game Scaling/FlexLayer

top : number The top coordinate of this Group. It is derived by calling getBounds, calculating the Groups dimensions

2025-01-10 15:47:30