Contents

init(named:)

Initializes a tile set by searching the app bundle for an archived .sks file by name.

Declaration

convenience init?(named name: String)

Parameters

  • name:

    The name of the tile set to search for.

Return Value

A new tile set or nil if a tile set with a matching name cannot be found.

See Also

Creating a Tile Set from a File