TileMapInfo

This structure stores information about the tile map properties

Members

Variables

height
ushort height;

The map height in pixel

mapSize
ushort[2] mapSize;

The map size. index 0 is width / tileWidth and index 1 is height / tileHeight

source
string source;

The map filename

tileHeight
ubyte tileHeight;

The tile height in pixel

tileWidth
ubyte tileWidth;

The tile width in pixel (for example: 16, 32, 64)

width
ushort width;

The map width in pixel

Meta