# GetLightProbeColumns()

> Returns column definitions for Light Probes.

## Definition

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

```csharp
protected virtual LightingExplorerTableColumn[] GetLightProbeColumns()
```

### Returns

| Type                                                                                                          | Description                          |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| [LightingExplorerTableColumn\[\]](/engine/6000.7/script-reference/unityeditor/lightingexplorertablecolumn.md) | Column definitions for Light Probes. |
