# GetReflectionProbeColumns()

> Returns column definitions for Reflection Probes.

## Definition

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

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

### Returns

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