Class VolumeComponentWithQuality
Volume Component that uses Quality Settings.
Implements
Inherited Members
VolumeComponent.active
VolumeComponent.displayName
VolumeComponent.parameters
VolumeComponent.OnEnable()
VolumeComponent.OnDisable()
VolumeComponent.GetHashCode()
VolumeComponent.AnyPropertiesIsOverridden()
VolumeComponent.OnDestroy()
VolumeComponent.Release()
VolumeComponent.GetSourceTerm()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Scene)
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
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 |
---|---|
bool | True if the component uses parameters from the quality settings. |