Daniel's Notes

Home

❯

Topics

❯

Software Development

❯

Game Development

❯

Game Engines

❯

Godot

❯

Nodes in Godot

❯

TileData

TileData

Jan 28, 20251 min read

Settings for a single tile in a TileSet.

DocsTileData — Godot Engine (stable) documentation in English

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)

Graph View

Backlinks

  • tile maps in Godot

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Discord Community