Class HDLightExplorerExtension
Inheritance
HDLightExplorerExtension
Syntax
public class HDLightExplorerExtension : DefaultLightingExplorerExtension
Methods
GetContentTabs()
Declaration
public override LightingExplorerTab[] GetContentTabs()
Returns
| Type |
Description |
| LightingExplorerTab[] |
|
GetHDLightColumns()
Declaration
protected virtual LightingExplorerTableColumn[] GetHDLightColumns()
Returns
| Type |
Description |
| LightingExplorerTableColumn[] |
|
GetHDLights()
Declaration
protected virtual Object[] GetHDLights()
Returns
| Type |
Description |
| UnityEngine.Object[] |
|
GetHDReflectionProbeColumns()
Declaration
protected virtual LightingExplorerTableColumn[] GetHDReflectionProbeColumns()
Returns
| Type |
Description |
| LightingExplorerTableColumn[] |
|
GetHDReflectionProbes()
Declaration
protected virtual Object[] GetHDReflectionProbes()
Returns
| Type |
Description |
| UnityEngine.Object[] |
|
GetPlanarReflectionColumns()
Declaration
protected virtual LightingExplorerTableColumn[] GetPlanarReflectionColumns()
Returns
| Type |
Description |
| LightingExplorerTableColumn[] |
|
GetPlanarReflections()
Declaration
protected virtual Object[] GetPlanarReflections()
Returns
| Type |
Description |
| UnityEngine.Object[] |
|
GetVolumeColumns()
Declaration
protected virtual LightingExplorerTableColumn[] GetVolumeColumns()
Returns
| Type |
Description |
| LightingExplorerTableColumn[] |
|
GetVolumes()
Declaration
protected virtual Object[] GetVolumes()
Returns
| Type |
Description |
| UnityEngine.Object[] |
|
OnDisable()
Declaration
public override void OnDisable()