# GetContentTabs()

> This returns all the default tabs for the Lighting Explorer.

## Definition

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

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

### Returns

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