TilemapOrientation
public enum TilemapOrientation : String
Overview
Enum describing map orientation type.
Constants
Property | Description |
---|---|
orthogonal | Orthogonal(square tiles) tile map. |
isometric | Isometric tile map. |
hexagonal | Hexagonal tile map. |
staggered | Staggered isometric tile map. |
-
Hint for aligning tiles within each layer.
Declaration
Swift
public var alignmentHint: CGPoint { get }