Other Enumerations

The following enumerations are available globally.

  • The TilemapOrientation property describes the map projection type.

    Tilemap Orientations

    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