TilemapLayer#fresh
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

[readonly] fresh : boolean A Game Object is considered fresh if it has just been

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

exists : boolean Controls if the core game loop and physics update this game object or not.

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

addChild(child) → {DisplayObject}

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

resetTilesetCache() The TilemapLayer caches tileset look-ups. Call this method of clear the cache if tilesets have been added

2025-01-10 15:47:30
Tilemap.NORTH
  • References/Game Development/Phaser/Tilemaps/Tilemap

[static] NORTH : number Source code:

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

tileWidth : number The base width of the tiles in the map (in pixels). Source

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

left : number The left coordinate of the Game Object.This is the same as x - offsetX.

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

heal Heal the Game Object. This adds the given amount of health to the health property. Inherited

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

alive : boolean A useful flag to control if the Game Object is alive or dead. This is set automatically by the Health components

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

y : number The y map coordinate of this tile. Source code:

2025-01-10 15:47:30