TiledMap Type

Built-in structure returned by LoadTiledMap.

Back to Types and Objects


Properties

Property Type Description
WidthIntegerMap width in tiles.
HeightIntegerMap height in tiles.
TileWidthIntegerTile width in pixels.
TileHeightIntegerTile height in pixels.
TypeStringMap type string from Tiled data.
OrientationStringMap orientation string.
InfiniteBooleanTrue when chunked infinite storage is enabled.
LayersTiledLayer arrayTop-level map layers.
LayerCountIntegerNumber of entries in Layers.
TilesetsTiledTileset arrayTilesets referenced by the map.
TilesetCountIntegerNumber of entries in Tilesets.
PropertiesTiledProperty arrayCustom map properties.
PropertyCountIntegerNumber of entries in Properties.