# ILightingExplorerExtension

> Interface for when you extend the Lighting Explorer. Used in full overrides of the default behavior.

## Definition

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

```csharp
public interface ILightingExplorerExtension
```

## Methods

| Method                                                                                                     | Description                                                                                             |
| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| [GetContentTabs](/engine/6000.0/script-reference/unityeditor/ilightingexplorerextension/getcontenttabs.md) | Returns the tabs that you have selected to display in the Lighting Explorer.                            |
| [OnDisable](/engine/6000.0/script-reference/unityeditor/ilightingexplorerextension/ondisable.md)           | This is called when the Lighting Explorer OnDisable is called, or when you switch to another extension. |
| [OnEnable](/engine/6000.0/script-reference/unityeditor/ilightingexplorerextension/onenable.md)             | This is called when the Lighting Explorer OnEnable is called, or when you switch to another extension.  |
