# GetLightProbes()

> Returns Light Probes.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
protected virtual Object[] GetLightProbes()
```

### Returns

| Type                                                                | Description   |
| ------------------------------------------------------------------- | ------------- |
| [Object\[\]](/engine/6000.3/script-reference/unityengine/object.md) | Light Probes. |
