Show / Hide Table of Contents

Class DefaultLightingExplorerExtension

Inheritance
Object
DefaultLightingExplorerExtension
Implements
ILightingExplorerExtension
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class DefaultLightingExplorerExtension : ILightingExplorerExtension

Methods

| Improve this Doc View Source

GetContentTabs()

Declaration
public virtual LightingExplorerTab[] GetContentTabs()
Returns
Type Description
LightingExplorerTab[]
| Improve this Doc View Source

GetEmissives()

Declaration
protected virtual Object[] GetEmissives()
Returns
Type Description
Object[]
| Improve this Doc View Source

GetEmissivesColumns()

Declaration
protected virtual LightingExplorerTableColumn[] GetEmissivesColumns()
Returns
Type Description
LightingExplorerTableColumn[]
| Improve this Doc View Source

GetLightColumns()

Declaration
protected virtual LightingExplorerTableColumn[] GetLightColumns()
Returns
Type Description
LightingExplorerTableColumn[]
| Improve this Doc View Source

GetLightProbeColumns()

Declaration
protected virtual LightingExplorerTableColumn[] GetLightProbeColumns()
Returns
Type Description
LightingExplorerTableColumn[]
| Improve this Doc View Source

GetLightProbes()

Declaration
protected virtual Object[] GetLightProbes()
Returns
Type Description
Object[]
| Improve this Doc View Source

GetLights()

Declaration
protected virtual Object[] GetLights()
Returns
Type Description
Object[]
| Improve this Doc View Source

GetReflectionProbeColumns()

Declaration
protected virtual LightingExplorerTableColumn[] GetReflectionProbeColumns()
Returns
Type Description
LightingExplorerTableColumn[]
| Improve this Doc View Source

GetReflectionProbes()

Declaration
protected virtual Object[] GetReflectionProbes()
Returns
Type Description
Object[]
| Improve this Doc View Source

OnDisable()

Declaration
public virtual void OnDisable()
| Improve this Doc View Source

OnEnable()

Declaration
public virtual void OnEnable()

Implements

ILightingExplorerExtension

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX