Class Vignette
Syntax
[Serializable]
[VolumeComponentMenuForRenderPipeline("Post-processing/Vignette", new Type[]{typeof(UniversalRenderPipeline)})]
public sealed class Vignette : VolumeComponent, IPostProcessComponent
Fields
center
Declaration
[Tooltip("Sets the vignette center point (screen center is [0.5,0.5]).")]
public Vector2Parameter center
Field Value
color
Declaration
[Tooltip("Vignette color.")]
public ColorParameter color
Field Value
intensity
Declaration
[Tooltip("Amount of vignetting on screen.")]
public ClampedFloatParameter intensity
Field Value
rounded
Declaration
[Tooltip("Should the vignette be perfectly round or be dependent on the current aspect ratio?")]
public BoolParameter rounded
Field Value
smoothness
Declaration
[Tooltip("Smoothness of the vignette borders.")]
public ClampedFloatParameter smoothness
Field Value
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements