Enum VignetteMode
A list of available render modes for the Vignette effect.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum VignetteMode : int
Fields
Name | Description | Value |
---|---|---|
Classic | This mode offers parametric controls for the position, shape and intensity of the Vignette. |
0 |
Masked | This mode multiplies a custom texture mask over the screen to create a Vignette effect. |
1 |