Identifies what kind of information a layer contains.
An array of tile GIDs. Only for tilelayer
Not documented by tiled, but may appear in JSON.
Name assigned to this layer
Number of tile columns. Identical to map width in Tiled Qt.
Number of tile rows. Identical to map height in Tiled Qt.
An array of objects. Only on objectgroup layers.
Visual opacity of all tiles in this layer
Optional key-value properties for this layer
Category (tile, object, or image)
whether layer is shown or hidden in editor
Horizontal layer offset. Always 0 in Tiled Qt.
Vertical layer offset. Always 0 in Tiled Qt.
A layer of tiles within the map.
A Map layer could be one of: Tile Layer: data is an array of guids that each map to some tile from a TilesetData Object Group: objects is a set of entities that are not necessarily tied to the grid Image Layer: This layer is a static image (e.g. a backdrop)