Enum VignetteMode
The mode HDRP uses to display the vignette effect.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum VignetteMode
Fields
Name | Description |
---|---|
Masked | Uses a texture mask to create a custom, irregular vignette effect. |
Procedural | Controls the position, shape, and intensity of the vignette. |