LightingExplorerExtensionAttribute
An attribute to mark an extension class for the Lighting Explorer. Supports one extension per render pipeline.
Read time 3 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
- Inherits from: ScriptableRenderPipelineExtensionAttribute
[AttributeUsage(AttributeTargets.Class)]public class LightingExplorerExtensionAttribute : ScriptableRenderPipelineExtensionAttribute
Constructors
Constructor | Description |
|---|---|
| LightingExplorerExtensionAttribute(System.Type) | Constructor. |