The TileMapOrientation
enumeration provides valid values for the tmx.TileMap.orientation
property.
Members
-
<static> HEXAGONAL :string
-
The 'hexagonal' map orientation.
Type:
- string
- Default Value:
-
- hexagonal
-
<static> ISOMETRIC :string
-
The 'isometric' map orientation.
Type:
- string
- Default Value:
-
- isometric
-
<static> ORTHOGONAL :string
-
The 'orthogonal' map orientation.
Type:
- string
- Default Value:
-
- orthogonal
-
<static> STAGGERED :string
-
The 'staggered' map orientation.
Type:
- string
- Default Value:
-
- staggered