Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TilesetEditor

The tileset editor, accessible through tiled.tilesetEditor.

Hierarchy

  • TilesetEditor

Index

Properties

Readonly collisionEditor

collisionEditor: TileCollisionEditor

Access the collision editor within the tileset editor.

Readonly currentWangColorIndex

currentWangColorIndex: number

Gets 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.

since

1.9

Readonly currentWangColorIndexChanged

currentWangColorIndexChanged: Signal<number>

The signal emitted when currentWangColorIndex changes.

since

1.9

Readonly currentWangSet

currentWangSet: WangSet

Gets the currently selected WangSet in the "Terrain Sets" view.

since

1.9

Readonly currentWangSetChanged

currentWangSetChanged: Signal<null>

The signal emitted when currentWangSet changes.

since

1.9

Generated using TypeDoc