getTileWorldXY(x, y, tileWidth, tileHeight, layer, nonNull) → {Phaser.Tile}
Gets a tile from the Tilemap layer. The coordinates are given in pixel values.
Parameters
Name Type Argument Default Description x number X position to get the tile from (given in pixels) y number Y position to get the tile from (given in pixels) tileWidth number <optional> The width of the tiles. If not given the map default is used. tileHeight number <optional> The height of the ti