Contents

mapSize

The overall size of the tile map.

Declaration

var mapSize: CGSize { get }

Discussion

For a grid set type, the overall size, in points, of the node will be numberOfColumns * tileSize . width wide and numberOfRows * tileSize . height high.

See Also

Querying the Tile Map’s Properties