FlexLayer#swap()
  • References/Game Development/Phaser/Game Scaling/FlexLayer

swap(child1, child2) Swaps the position of two children in this group. Both children must be in this group, a child cannot be

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

cameraOffset : Phaser.Point If this object is

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

getRandomExists(startIndex, endIndex) → {any}

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

reverse() Reverses all children in this group. This operation applies only to immediate children and does not propagate to subgroups

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

[readonly] screenOrientation : string The last known orientation of the screen, as

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

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

alignIn(container, position, offsetX, offsetY)

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

x : number The x coordinate of the group container. You can adjust the group container itself by modifying its coordinates

2025-01-10 15:47:30
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