Class VolumeComponentWithQuality
Volume Component that uses Quality Settings.
Inherited Members
UnityEngine.Rendering.VolumeComponent.TryGetRevertMethodForFieldName(UnityEditor.SerializedProperty, System.Action<UnityEditor.SerializedProperty>)
UnityEngine.Rendering.VolumeComponent.GetSourceTerm()
UnityEngine.Rendering.VolumeComponent.TryGetApplyMethodForFieldName(UnityEditor.SerializedProperty, System.Action<UnityEditor.SerializedProperty>)
UnityEngine.Rendering.VolumeComponent.GetSourceName(UnityEngine.Component)
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public abstract class VolumeComponentWithQuality : VolumeComponent, IApplyRevertPropertyContextMenuItemProvider
Fields
quality
Quality level used by this component.
Declaration
[Tooltip("Specifies the quality level to be used for performance relevant parameters.")]
public ScalableSettingLevelParameter quality
Field Value
Type | Description |
---|---|
ScalableSettingLevelParameter |
Methods
UsesQualitySettings()
Returns true if the component uses parameters from the quality settings.
Declaration
protected bool UsesQualitySettings()
Returns
Type | Description |
---|---|
Boolean | True if the component uses parameters from the quality settings. |