# size

> The total size in world units of the terrain: width, height, and length.

## Definition

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

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