MMKTileId
class MMKTileId : NSObject |
The ID of a tile on the map.
Summary
Class methods
init(x: UInt, y: UInt, z: UInt) |
Properties
var x: UInt { get } |
var y: UInt { get } |
var z: UInt { get } |
Class methods
init(x:y:z:)
init(x: UInt, y: UInt, z: UInt) |
Properties
x
var x: UInt { get } |
The number of the tile horizontally.
y
var y: UInt { get } |
The number of the tile vertically.
z
var z: UInt { get } |
The number of columns and rows to split the map into.