Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TilesetsView

The view displaying the tilesets in the map editor.

Accessible through MapEditor.tilesetsView.

Hierarchy

  • TilesetsView

Index

Properties

currentTileset

currentTileset: Tileset

Access or change the currently displayed tileset.

Readonly currentTilesetChanged

currentTilesetChanged: Signal<null>

The signal emitted when currentTileset changes.

since

1.9.1

selectedTiles

selectedTiles: Tile[]

A list of the tiles that are selected in the current tileset.

See MapEditor.currentBrush for the current tile brush, which is usually more useful than the list of selected tiles.

Generated using TypeDoc