# heightWorldSpaceSize

> The height range (from Min to Max) of all Terrain tiles that this PaintContext touches in world space.

## Definition

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

```csharp
public float heightWorldSpaceSize { get; }
```

### Remarks

Unity uses this value to transform a height value from a world space Y-coordinate to a value in the \[0, 1] range.
