Other Enumerations
The following enumerations are available globally.
-
The
TilemapOrientationproperty describes the map projection type.Constants
orthogonal: orthogonal (square-shaped tiles) map.isometric: isometric (diamond-shaped tiles) map.hexagonal: hexagonal tile map.staggered: staggered isometric tile map.
Declaration
Swift
@objc public enum TilemapOrientation : UInt8
View on GitHub
Install in Dash
Other Enumerations Reference