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.
Initializes a tile set from a URL to an archived .sks file.
convenience init?(from url: URL)The URL of a tile set file.
A new tile set or nil if the URL doesn’t point to a valid tile set file.