# GetLightColumns()

> Returns column definitions for Lights.

## Definition

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

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

### Returns

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