Enum ProbeTouchupVolume.Mode
The mode that adjustment volume will operate in. It determines what probes falling within the volume will do.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public enum ProbeTouchupVolume.Mode
Fields
Name | Description |
---|---|
ApplyVirtualOffset | Apply an explicit virtual offset to the probes within the adjustment volume. |
IntensityScale | Scale probe intensity. |
InvalidateProbes | Invalidate the probes within the adjustment volume. |
OverrideValidityThreshold | Override the dilation validity threshold for the probes within the adjustment volume. |
OverrideVirtualOffsetSettings | Override the virtual offset settings for the probes within the adjustment volume. |