# Get2DLightColumns()

> Gets column definitions for 2D Lights.

## Definition

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

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

### Returns

| Type                                                                                                          | Description                               |
| ------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| [LightingExplorerTableColumn\[\]](/engine/6000.6/script-reference/unityeditor/lightingexplorertablecolumn.md) | Returns column definitions for 2D Lights. |
