The file extension used by the format.
Name of the format as shown in the file dialog.
A function that reads a tileset from the given file.
Can use TextFile or BinaryFile to read the file.
A function that writes a tileset to the given file.
Can use TextFile or BinaryFile to write the file. When a non-empty string is returned, it is shown as error message.
Generated using TypeDoc
The interface that should be implemented for objects passed to tiled.registerTilesetFormat.