# heightmapScale

> Amount of bumpyness in the heightmap.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public float heightmapScale { get; set; }
```

### Remarks

Additional Resources: [TextureImporter.convertToNormalmap](/engine/6000.7/script-reference/unityeditor/textureimporter/converttonormalmap.md).
