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

getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle

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

cameraOffset : Phaser.Point The x/y coordinate offset

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

[readonly] inCamera : boolean Checks if the Game Objects bounds intersect with the Game Camera

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

[readonly] offsetX : number The amount the Game Object is visually offset from its x coordinate

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

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

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

alignTo(parent, position, offsetX, offsetY) → {Object}

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

maxHealth : number The Game Objects maximum health value. This works in combination with the heal method to ensure

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

texture : PIXI.Texture The texture that the

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

tint : number The tint applied to the sprite. This is a hex value. A value of 0xFFFFFF will remove any tint effect.

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

getTiles(x, y, width, height, collides, interestingFace) → {array.<

2025-01-10 15:47:30