# drawHeightmap

> Indicates whether Unity draws the Terrain geometry itself.

## Definition

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

```csharp
public bool drawHeightmap { get; set; }
```

### Remarks

If `false`, Unity doesn't draw the Terrain geometry, and only draws other Terrain details such as grass and trees.
