Class SkySettingsEditor
Base class for custom sky editor.
상속된 멤버
VolumeComponentEditor.m_Inspector
VolumeComponentEditor.OnDisable()
VolumeComponentEditor.OnInspectorGUI()
VolumeComponentEditor.GetDisplayTitle()
VolumeComponentEditor.PropertyField(SerializedDataParameter)
VolumeComponentEditor.PropertyField(SerializedDataParameter, GUIContent)
VolumeComponentEditor.DrawOverrideCheckbox(SerializedDataParameter)
VolumeComponentEditor.target
VolumeComponentEditor.serializedObject
VolumeComponentEditor.baseProperty
VolumeComponentEditor.activeProperty
VolumeComponentEditor.hasAdvancedMode
VolumeComponentEditor.isInAdvancedMode
네임스페이스: UnityEditor.Rendering.HighDefinition
어셈블리: solution.dll
구문
public abstract class SkySettingsEditor : VolumeComponentEditor
필드
이름 | 설명 |
---|---|
m_CommonUIElementsMask | Mask of SkySettingsUIElement used to choose which common UI elements are displayed. |
m_EnableLuxIntensityMode | Set to true if your custom sky editor should enable the Lux Intensity mode. |
메서드
이름 | 설명 |
---|---|
CommonSkySettingsGUI() | Method used to display common sky UI elements. |
OnEnable() | OnEnable implementation. |