Enum MapOrientation
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Map orientation enumeration. The map orientation determines the alignment of the tiles in the map.
public enum MapOrientation
Fields
Orthogonal = 0
Orthogonal orientation. This is the typical top-down grid-based layout.
Isometric = 1
Isometric orientation. This is a type of axonometric projection where the tiles are shown as rhombuses, as seen from a side-on view.
Staggered = 2
Staggered orientation. This is an isometric projection with a side-on view where the tiles are arranged in a staggered grid.
Hexagonal = 3
Hexagonal orientation. This is a type of axial projection where the tiles are shown as hexagons, as seen from a top-down view.