Tile (TileSet)
Tile represents a single tile entry within a TileSet. Access via the 'tilemap' submodule.
Properties
| Name | Description | Type |
|---|---|---|
clip_area | Source rectangle of the tile within the tileset texture. | Rect |
id | Local tile id within the tileset. | int |
probability | Probability used for weighted/random tile placement. | int |
terrain_indices | TerrainIndices for each corner of the tile. | Annotated[list[int], 'FixedSize(4)'] |