Struct VolumeComponentEditor.OverridablePropertyScope
Scope for property that handle:
- Layout decorator (Space, Header)
- Naming decorator (Tooltips, InspectorName)
- Overridable checkbox if parameter IsAutoProperty
- disabled GUI if Overridable checkbox (case above) is unchecked
- additional property scope This is automatically used inside PropertyField method
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
protected struct VolumeComponentEditor.OverridablePropertyScope : IDisposable
Constructors
Name | Description |
---|---|
OverridablePropertyScope(SerializedDataParameter, string, VolumeComponentEditor) | Constructor |
OverridablePropertyScope(SerializedDataParameter, GUIContent, VolumeComponentEditor) | Constructor |
Properties
Name | Description |
---|---|
displayed | Either the content property will be displayed or not (can varry with additional property settings) |
label | The title modified regarding attribute used on the field |