Get or set the currently used tile brush.
Signal emitted when the current brush has changed.
This signal is also emitted when assigning to currentBrush, so be careful not to cause an infinite loop.
Access the current map view.
The currently selected Wang color index in the "Terrain Sets" view. The value 0 is used to represent the eraser mode, and the first Wang color has index 1.
See also TileLayerWangEdit.
The signal emitted when currentWangColorIndex changes.
The currently selected WangSet in the "Terrain Sets" view.
See also TileLayerWangEdit.
The signal emitted when currentWangSet changes.
Get or set the currently selected tool.
Signal emitted when selectedTool changes.
Access the Tilesets view.
Returns the tool with the given shortName, or null if no tool was found.
Can be used to retrieve tools registered with tiled.registerTool as well as the built-in tools:
Generated using TypeDoc
The map editor.
Accessible through tiled.mapEditor.