Tile

The Tile structure contains informations about every tile on the map

Members

Variables

gid
ushort gid;

The gid is the Tile id. It contains the positions of this tile on the tileset.

layer
string layer;

The layer of the tile, if any

pixelCoords
ushort[2] pixelCoords;

The coordinates in pixel of this tile on the map

tileCoords
ushort[2] tileCoords;

The coordinates of this tile on the map

Meta