Tilemap#orientation
  • References/Game Development/Phaser/Tilemaps/Tilemap

orientation : string The orientation of the map data (as specified in Tiled), usually 'orthogonal'.

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

resizeWorld() Sets the world size to match the size of this layer. Source code:

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

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

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

tilesets :array An array of Tilesets. Source code:

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

height : number The height of the sprite, setting this will actually modify the scale to achieve the value set

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

setCollision(indexes, collides, layer, recalculate)

2025-01-10 15:47:30