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#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#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#setScale()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

setScale(xScale, yScale) This method will set the scale of the tilemap as

2025-01-10 15:47:30
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#alignIn()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

alignIn(container, position, offsetX, offsetY)

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#lifespan
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

lifespan : number The lifespan allows you to give a Game Object a lifespan in milliseconds. Once the Game Object is 'born'

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

data : Object An empty Object that belongs to this Game Object.This value isn't ever used internally by Phaser, but may be

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