# GetContentTabs()

> Returns the tabs that you have selected to display in the Lighting Explorer.

## Definition

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

```csharp
LightingExplorerTab[] GetContentTabs()
```

### Returns

| Type                                                                                          | Description                     |
| --------------------------------------------------------------------------------------------- | ------------------------------- |
| [LightingExplorerTab\[\]](/engine/6000.0/script-reference/unityeditor/lightingexplorertab.md) | Tabs for the Lighting Explorer. |
