Built-in structure used inside TiledMap.
| Property | Type | Description |
|---|---|---|
| Name | String | Layer name text. |
| Type | String | Layer type text (for example, tile layer or object group). |
| Width | Integer | Layer width in tiles. |
| Height | Integer | Layer height in tiles. |
| Tiles | Integer array | Tile GIDs in row-major order for tile layers. |
| TileCount | Integer | Number of entries in Tiles. |
| Objects | TiledObject array | Objects contained in the layer. |
| ObjectCount | Integer | Number of entries in Objects. |
| Properties | TiledProperty array | Custom layer properties. |
| PropertyCount | Integer | Number of entries in Properties. |