TilemapLayer#sendToBack()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

sendToBack() → {PIXI.DisplayObject} Sends this Game Object to the bottom of its parents display

2025-01-10 15:47:30
TilemapLayer#z
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

[readonly] z : number The z depth of this Game Object within its parent Group.No two

2025-01-10 15:47:30
TilemapLayer#scaleMin
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

scaleMin : Phaser.Point The minimum scale this Game

2025-01-10 15:47:30
TilemapLayer#rayStepRate
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

rayStepRate : integer When ray-casting against tiles this is the number of steps it will jump. For larger tile sizes you can increase

2025-01-10 15:47:30
TilemapLayer#preUpdate()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

preUpdate() Automatically called by World.preUpdate. Source code:

2025-01-10 15:47:30
TilemapLayer#destroyPhase
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

[readonly] destroyPhase : boolean As a Game Object runs through its destroy method this flag

2025-01-10 15:47:30
TilemapLayer#getChildAt()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

getChildAt(index) → {DisplayObject}

2025-01-10 15:47:30
TilemapLayer#setHealth
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

setHealth Sets the health property of the Game Object to the given amount.Will never exceed the maxHealth value.

2025-01-10 15:47:30
TilemapLayer#damage
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

damage Damages the Game Object. This removes the given amount of health from the health property. If health is taken below or is equal to zero

2025-01-10 15:47:30
TilemapLayer#moveDown()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

moveDown() → {PIXI.DisplayObject} Moves this Game Object down one place in its parents display list

2025-01-10 15:47:30