# size

> The size of the Tilemap in cells.

## Definition

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

```csharp
public Vector3Int size { get; set; }
```

### Remarks

This takes into consideration only placed Tiles in the [Tilemap](/engine/6000.6/script-reference/unityengine/tilemaps/tilemap.md).
