# LightingExplorerTab

> Create custom tabs for the Lighting Explorer.

## Definition

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

```csharp
public class LightingExplorerTab
```

## Constructors

| Constructor                                                                                                                                                                                                                                                                                               | Description  |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| [LightingExplorerTab(System.String,System.Func\{UnityEngine.Object\[\]},System.Func\{UnityEditor.LightingExplorerTableColumn\[\]})](/engine/6000.7/script-reference/unityeditor/lightingexplorertab/ctor.md#lightingexplorertab\(string-funcobject-funclightingexplorertablecolumn\))                     | Constructor. |
| [LightingExplorerTab(System.String,System.Func\{UnityEngine.Object\[\]},System.Func\{UnityEditor.LightingExplorerTableColumn\[\]},System.Boolean)](/engine/6000.7/script-reference/unityeditor/lightingexplorertab/ctor.md#lightingexplorertab\(string-funcobject-funclightingexplorertablecolumn-bool\)) | Constructor. |
