# GetLODs()

> Returns the array of LODs.

## Definition

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

```csharp
public LOD[] GetLODs()
```

### Returns

| Type                                                          | Description    |
| ------------------------------------------------------------- | -------------- |
| [LOD\[\]](/engine/6000.0/script-reference/unityengine/lod.md) | The LOD array. |
