X position to get the tile from (given in pixels)
Y position to get the tile from (given in pixels)
For empty tiles, return a Tile object with an index of -1 instead of null.
The Camera to use when calculating the tile index from the world values.
The Tilemap Layer to act upon.
Gets a tile at the given world coordinates from the given layer.