Phaser API Documentation

  Version: 
<static> GetTileAt(tileX, tileY, nonNull, layer)

Description:

Gets a tile at the given tile coordinates from the given layer.

Parameters:

name type description
tileX number

X position to get the tile from (given in tile units, not pixels).

tileY number

Y position to get the tile from (given in tile units, not pixels).

nonNull boolean

If true getTile won't return null for empty tiles, but a Tile object with an index of -1.

layer Phaser.Tilemaps.LayerData

The Tilemap Layer to act upon.

Returns:
Description:

The tile at the given coordinates or null if no tile was found or the coordinates were invalid.

Since: 3.0.0