Contents

init(from:)

Initializes a tile set from a URL to an archived .sks file.

Declaration

convenience init?(from url: URL)

Parameters

  • url:

    The URL of a tile set file.

Return Value

A new tile set or nil if the URL doesn’t point to a valid tile set file.

See Also

Creating a Tile Set from a File