TilesetData.tileProperties

Find the properties defined for a tile in this tileset.

Throws if gid is out of range for this tileset.

struct TilesetData
string[string]
tileProperties

Parameters

gid TiledGid

GID of tile. Does not need to be cleaned of flags.

Return Value

Type: string[string]

AA of key-value property pairs, or null if no properties defined for this tile.

Meta