Class Vignette
A volume component that holds settings for the Vignette effect.
Inheritance
object
VolumeComponent
Vignette
Inherited Members
VolumeComponent.active
VolumeComponent.Override(VolumeComponent, float)
VolumeComponent.SetAllOverridesTo(bool)
VolumeComponent.GetHashCode()
VolumeComponent.AnyPropertiesIsOverridden()
VolumeComponent.Release()
VolumeComponent.TryGetRevertMethodForFieldName(SerializedProperty, out Action<SerializedProperty>)
VolumeComponent.GetSourceTerm()
VolumeComponent.TryGetApplyMethodForFieldName(SerializedProperty, out Action<SerializedProperty>)
VolumeComponent.GetSourceName(Component)
VolumeComponent.displayName
VolumeComponent.parameters
Namespace: UnityEngine.Rendering.Universal
Assembly: solution.dll
Syntax
public sealed class Vignette : VolumeComponent, IApplyRevertPropertyContextMenuItemProvider, IPostProcessComponent
Fields
center
Sets the center point for the vignette.
Declaration
public Vector2Parameter center
Field Value
Type | Description |
---|---|
Vector2Parameter |
color
Specifies the color of the vignette.
Declaration
public ColorParameter color
Field Value
Type | Description |
---|---|
ColorParameter |
intensity
Controls the strength of the vignette effect.
Declaration
public ClampedFloatParameter intensity
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
rounded
Controls how round the vignette is, lower values result in a more square vignette.
Declaration
public BoolParameter rounded
Field Value
Type | Description |
---|---|
BoolParameter |
smoothness
Controls the smoothness of the vignette borders.
Declaration
public ClampedFloatParameter smoothness
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
Methods
IsActive()
Tells if the post process needs to be rendered or not.
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
bool | True if the component is active, otherwise false. |
IsTileCompatible()
Tells if the post process can run the effect on-tile or if it needs a full pass.
Declaration
public bool IsTileCompatible()
Returns
Type | Description |
---|---|
bool | True if it can run on-tile, otherwise false. |