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

collisionCallback : Function Tile collision callback. Source code:

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

intersects(x, y, right, bottom) Check for intersection with this tile. Parameters

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

setCollision(left, right, up, down) Sets the collision flags for each side of this tile and updates the interesting faces list.

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

centerX Properties: Name Type Description

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

copy(tile) Copies the tile data and properties from the given tile to this tile. Parameters

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

isInteresting(collides, faces) → {boolean} Is this tile interesting? Parameters

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

width : number The width of the tile in pixels. Source code:

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

collideDown : boolean Indicating collide with any object on the bottom. Source

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

collideLeft : boolean Indicating collide with any object on the left. 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