[][src]Module tmx::map

Structs

Map
Tileset

Enums

Orientation

Map orientation. Tiled supports “orthogonal”, “isometric”, “staggered” and “hexagonal”.

RenderOrder

The order in which tiles on tile layers are rendered. Valid values are right-down (the default), right-up, left-down and left-up. In all cases, the map is drawn row-by-row. (only supported for orthogonal maps at the moment)

StaggerAxis

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

StaggerIndex

For staggered and hexagonal maps, determines whether the “even” or “odd” indexes along the staggered axis are shifted.

TilesetKind