# LODHeights

> Gets and sets an array of floats of each LOD's screen height value.

## Definition

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

```csharp
public float[] LODHeights { get; set; }
```
