TileSetReference

public struct TileSetReference

TileSets are referenced by Maps, and all tile Layers reference a specific Tile and TileSet by using a TileGID. The TileSetReference type captures both the first TileGID of a TileSet referenced by a Map, as well as the TileSet itself.

  • Undocumented

    Declaration

    Swift

    public let firstGid: UInt32
  • Undocumented

    Declaration

    Swift

    public let tileSet: TileSet