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

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

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

iterate(key, value, returnType, callback, callbackContext, args)

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

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

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

addToHash(child) → {boolean} Adds a child of this Group into the hash array.This call will

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

visible : boolean The visible state of the group. Non-visible Groups and all of their children are not rendered.

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

forEachDead(callback, callbackContext, args) Call a function on each dead child in this group. See

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

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

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

removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.

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

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

2025-01-10 15:47:30