Settings for a single tile in a TileSet.
Use Cases
Accessing data of a tile from a TileMap.
var position: := Vector2i(0, 0)
var layerIndex := 1
var tileMap: TileMap
tileMap.get_cell_data_at(layerIdx, position)
1 min read
Settings for a single tile in a TileSet.
Accessing data of a tile from a TileMap.
var position: := Vector2i(0, 0)
var layerIndex := 1
var tileMap: TileMap
tileMap.get_cell_data_at(layerIdx, position)