Class SkySettingsEditor | High Definition RP | 8.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Class SkySettingsEditor

    Base class for custom sky editor.

    Inheritance
    Object
    SkySettingsEditor
    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()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 November 2020