# heightmapTexture

> Returns the heightmap texture.

## Definition

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

```csharp
public RenderTexture heightmapTexture { get; }
```

### Remarks

See [TerrainData.UpdateDirtyRegion](/engine/6000.5/script-reference/unityengine/terraindata/updatedirtyregion.md).
