Phaser Tilemap constants for orientation.
- Since: 3.50.0
- Source: src/tilemaps/const/ORIENTATION_CONST.js (Line 7)
Members
-
<static, constant> HEXAGONAL :number
-
Hexagonal Tilemap orientation constant.
Type:
- number
- Since: 3.50.0
- Source: src/tilemaps/const/ORIENTATION_CONST.js (Line 57)
-
<static, constant> ISOMETRIC :number
-
Isometric Tilemap orientation constant.
Type:
- number
- Since: 3.50.0
- Source: src/tilemaps/const/ORIENTATION_CONST.js (Line 37)
-
<static, constant> ORTHOGONAL :number
-
Orthogonal Tilemap orientation constant.
Type:
- number
- Since: 3.50.0
- Source: src/tilemaps/const/ORIENTATION_CONST.js (Line 27)
-
<static, constant> STAGGERED :number
-
Staggered Tilemap orientation constant.
Type:
- number
- Since: 3.50.0
- Source: src/tilemaps/const/ORIENTATION_CONST.js (Line 47)