Enum ProbeAdjustmentVolume.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 ProbeAdjustmentVolume.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. |
OverrideRenderingLayerMask | Control the rendering layer masks for the probes within the adjustment volume. |
OverrideSampleCount | Override the Lightmapper sample count for the probes within the adjustment volume. |
OverrideSkyDirection | Override the dynamic sky shading direction for 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. |