# tile

> The Tile at the given position on the Tilemap.

## Definition

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

```csharp
public TileBase tile { get; }
```

### Remarks

This is null if a [Tile](/engine/6000.7/script-reference/unityengine/tilemaps/tile.md) has been removed from the [Tilemap](/engine/6000.7/script-reference/unityengine/tilemaps/tilemap.md).
