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

persist : boolean Should the FlexLayer remain through a State swap? Source

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

resetChild(child, x, y, key, frame)

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

setAllChildren(key, value, checkAlive, checkVisible, operation,

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#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