width of the tilemap in tiles
height of the tilemap in tiles
width of each tile in pixels
height of each tile in pixels
fix the position of Objects to match the way Tiled places them
a TMX Object with gid, x, y, height properties
return true if the renderer can render the specified map or layer
TMX Map or Layer
draw the given tile at the specified layer
a renderer object
X coordinate where to draw the tile
Y coordinate where to draw the tile
the tile object to draw
draw the given TMX Layer for the given area
a renderer object
a TMX Layer object
the area of the layer to draw
return the tile position corresponding to the specified pixel
X coordinate
Y coordinate
Optionalv: any
an 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: any
an optional vector object where to put the return values
The map renderer base class