width of the tilemap in tiles
height of the tilemap in tiles
width of each tile in pixels
height of each tile in pixels
return true if the renderer can render the specified map or layer
TMX Map or Layer
draw the given tile at the specified layer
draw the given TMX Layer for the given area
return the tile position corresponding to the specified pixel
X coordinate
Y coordinate
Optionalv: anyan optional vector object where to put the return values
return the pixel position corresponding of the specified tile
tile horizontal position
tile vertical position
Optionalv: anyan optional vector object where to put the return values
The map renderer base class