Tile#collideRight
  • References/Game Development/Phaser/Tilemaps/Tile

collideRight : boolean Indicating collide with any object on the right. Source

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

faceBottom : boolean Is the bottom of this tile an interesting edge? Source

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

rotation : number The rotation angle of this tile. Source code:

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

containsPoint(x, y) → {boolean} Check if the given x and y world coordinates are within this Tile

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

resetCollision() Reset collision status flags. Source code:

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

[readonly] canCollide : boolean True if this tile can collide on any of its faces or has a

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

faceTop : boolean Is the top of this tile an interesting edge? Source code:

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

collideUp : boolean Indicating collide with any object on the top. Source

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

alpha : number The alpha value at which this tile is drawn to the canvas. Source

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

properties : Object Tile specific properties. Source code:

2025-01-10 15:47:30