MapMeta

Map information structure

Members

Variables

backgroundColor
Color!ubyte backgroundColor;

The background color of the map

compressionlevel
int compressionlevel;

Compression level of these layers.

height
int height;

Map size.

hexsidelength
int hexsidelength;

Only for hexagonal maps. Determines the width or height (depending on the staggered axis) of the tile’s edge, in pixels.

infinite
bool infinite;

Whether this map is infinite.

nexlayerid
int nexlayerid;

Stores the next available ID for new layers.

nextobjectid
int nextobjectid;

Stores the next available ID for new objects.

orientation
string orientation;

Tile map orientation (can be orthogonal, isometric (the latter is not supported at the moment))

renderorder
string renderorder;

Rendering method (right-to-left, etc.)

staggeraxis
int staggeraxis;

For staggered and hexagonal maps, determines which axis (“x” or “y”) is staggered.

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.

width
int width;
Undocumented in source.

Meta