Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Deprecated. LightingExplorerExtensionAttribute is deprecated. Use SupportedOnRenderPipelineAttribute instead. #from(23.1)
[AttributeUsage(AttributeTargets.Class)]public class LightingExplorerExtensionAttribute : ScriptableRenderPipelineExtensionAttribute

Constructors

Constructor

Description

LightingExplorerExtensionAttribute(System.Type)Constructor.

Inheritance

Inherited Members