# tileData

> The properties of the Tile at the given position on the Tilemap.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Tilemaps](/engine/6000.5/script-reference/unityengine/tilemaps.md)
* **Assembly:** UnityEngine.TilemapModule

```csharp
public TileData tileData { get; }
```

### Remarks

This is invalid if there is no [Tile](/engine/6000.5/script-reference/unityengine/wsa/tile.md) at that position on the [Tilemap](/engine/6000.5/script-reference/unityengine/tilemaps/tilemap.md).
