Contents

SKTileSet

A container for related tile groups.

Declaration

class SKTileSet

Overview

An SKTileSet object contains an array of tile groups that define which tile definitions are available for use in a tile map.

Tile sets also define the arrangement of tiles within a tile map. In addition to the default rectangular grid layout, tile sets can also define hexagonal and isometric layouts.

Topics

Creating a Tile Set from a File

Creating a Tile Set Programmatically

Accessing or Reading a Tile Set’s Properties

Initializers

See Also

Tiling