Class LightExplorer
Editor script for the Lighting Explorer.
Implements
ILightingExplorerExtension
Inherited Members
DefaultLightingExplorerExtension.GetContentTabs()
DefaultLightingExplorerExtension.OnEnable()
DefaultLightingExplorerExtension.OnDisable()
DefaultLightingExplorerExtension.GetObjectsForLightingExplorer<T>()
DefaultLightingExplorerExtension.GetLights()
DefaultLightingExplorerExtension.Get2DLights()
DefaultLightingExplorerExtension.Get2DLightColumns()
DefaultLightingExplorerExtension.GetLightColumns()
DefaultLightingExplorerExtension.GetReflectionProbes()
DefaultLightingExplorerExtension.GetLightProbes()
DefaultLightingExplorerExtension.GetLightProbeColumns()
DefaultLightingExplorerExtension.GetEmissives()
DefaultLightingExplorerExtension.GetEmissivesColumns()
Namespace: UnityEditor
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
[SupportedOnRenderPipeline(typeof(UniversalRenderPipelineAsset))]
public class LightExplorer : DefaultLightingExplorerExtension, ILightingExplorerExtension
Methods
GetReflectionProbeColumns()
Declaration
protected override LightingExplorerTableColumn[] GetReflectionProbeColumns()
Returns
Type | Description |
---|---|
LightingExplorerTableColumn[] |
Overrides
UnityEditor.DefaultLightingExplorerExtension.GetReflectionProbeColumns()
Implements
UnityEditor.ILightingExplorerExtension