LightingExplorerExtensionAttribute

class in UnityEditor

/

Inherits from:Rendering.ScriptableRenderPipelineExtensionAttribute

Switch to Manual

Description

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

Constructors

LightingExplorerExtensionAttributeКонструктор.

Inherited members

Variables

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.