Class SkySettingsEditor
Base class for custom sky editor.
Inherited Members
Namespace: UnityEditor.Rendering.HighDefinition
Syntax
public abstract class SkySettingsEditor : VolumeComponentEditor
Fields
m_CommonUIElementsMask
Mask of SkySettingsUIElement used to choose which common UI elements are displayed.
Declaration
protected uint m_CommonUIElementsMask
Field Value
Type | Description |
---|---|
UInt32 |
m_EnableLuxIntensityMode
Set to true if your custom sky editor should enable the Lux Intensity mode.
Declaration
protected bool m_EnableLuxIntensityMode
Field Value
Type | Description |
---|---|
Boolean |
Methods
CommonSkySettingsGUI()
Method used to display common sky UI elements.
Declaration
protected void CommonSkySettingsGUI()
OnEnable()
OnEnable implementation.
Declaration
public override void OnEnable()