This version of Unity is unsupported.

LightingExplorerExtensionAttribute

class in UnityEditor

/

Inherits from:Rendering.ScriptableRenderPipelineExtensionAttribute

Description

An attribute to mark an extension class for the Lighting Explorer. Supports one extension per render pipeline.

Constructors

LightingExplorerExtensionAttributeConstructor.

Inherited Members

Properties

inUseDetermines whether the current ScriptableRenderPipeline is the same type as the one given by the constructor. Returns true if the ScriptableRenderPipeline is of the type used when constructing the attribute. Otherwise, returns false.