# LightingExplorerExtensionAttribute(Type)

> Constructor.

## Definition

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

> **Warning:**
>
> **Deprecated.** LightingExplorerExtensionAttribute is deprecated. Use SupportedOnRenderPipelineAttribute instead. #from(23.1)
>
> **Upgrade to** [SupportedOnRenderPipelineAttribute](/engine/6000.5/script-reference/unityengine/rendering/supportedonrenderpipelineattribute.md)

```csharp
public LightingExplorerExtensionAttribute(Type renderPipeline)
```

### Parameters

**** (\[Type]\(https\://learn.microsoft.com/dotnet/api/system.type)): The type that inherits from the RenderPipelineAsset used to filter the class.
