YMKTileId

class YMKTileId : NSObject

The ID of a tile on the map.

Summary

Class methods

 init(x: UInt, y: UInt, z: UInt)

Properties

var x: UInt { get }
The number of the tile horizontally

var y: UInt { get }
The number of the tile vertically

var z: UInt { get }
The number of columns and rows to split the map into

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.


Предыдущая
Следующая