Whether this format supports reading files.
Whether this format supports writing files.
The file name filter used by this format (used in file dialogs).
Reads the given file as a tileset.
This function will throw an error if reading is not supported.
Returns whether the given file is readable by this format.
Writes the given tileset to a file.
This function will throw an error if writing is not supported.
If there is an error writing the file, it will return a description of the error; otherwise, it will return "".
Generated using TypeDoc
An object that can read or write tileset files.
Implementations of this interface are returned from tiled.tilesetFormat and tiled.tilesetFormatForFile.
1.4