TilesetMeta

Tileset information.

Members

Variables

columns
int columns;

How many lines the map for tiles is split into.

imgsource
string imgsource;

The path to the file image.

name
string name;

Name tileset.

objectalignment
string objectalignment;
spacing
int spacing;
tilecount
int tilecount;

Tile count.

tiledver
string tiledver;

The version of the standard format for describing tile maps.

tileheight
int tileheight;

Tile unit size.

tilewidth
int tilewidth;
Undocumented in source.
ver
string ver;

The version of the program in which the tile map was exported.

Meta