tileset data in JSON format (http://docs.mapeditor.org/en/stable/reference/tmx-map-format/#tileset)
OptionalmapTilewidth: numberthe map's tile grid width in pixels
OptionalmapTileheight: numberthe map's tile grid height in pixels
the tileset class (since Tiled 1.9, renamed back to type on tile/object in 1.10)
fill mode when tiles are not rendered at native size (since Tiled 1.9)
the first global tile ID of this tileset
Tileset contains animated tiles
true if the tileset is a "Collection of Image" Tileset
the last global tile ID of this tileset
the margin around tiles in pixels
the tileset name
the spacing between tiles in pixels
the height of each tile in pixels
tile drawing offset
how tiles render relative to the grid (since Tiled 1.9)
the width of each tile in pixels
return true if the gid belongs to the tileset
return the tile image from a "Collection of Image" tileset
corresponding image or undefined
return the properties of the specified tile
global tile ID
tile properties or undefined
Get the view (local) tile ID from a GID, with animations applied
Global tile ID
View tile ID
a TMX Tile Set Object