Class PulsatingVignette
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
[VolumeComponentMenu("Retro Look Pro/Pulsating Vignette")]
public class PulsatingVignette : VolumeComponent, IPostProcessComponent
- Inheritance
-
VolumeComponent
PulsatingVignette
- Implements
-
IPostProcessComponent
- Inherited Members
-
- Extension Methods
-
Constructors
PulsatingVignette()
public PulsatingVignette()
Fields
GlobalPostProcessingSettings
[Space]
[Tooltip("Use Global Post Processing Settings to enable or disable Post Processing in scene view or via camera setup. THIS SETTING SHOULD BE TURNED OFF FOR EFFECTS, IN CASE OF USING THEM FOR SEPARATE LAYERS")]
public BoolParameter GlobalPostProcessingSettings
Field Value
- BoolParameter
amount
[Range(0.001, 50)]
[Tooltip("Vignette amount.")]
public ClampedFloatParameter amount
Field Value
- ClampedFloatParameter
enable
public BoolParameter enable
Field Value
- BoolParameter
speed
[Range(0.001, 50)]
[Tooltip("Vignette shake speed.")]
public ClampedFloatParameter speed
Field Value
- ClampedFloatParameter
Methods
IsActive()
Returns
- bool
IsTileCompatible()
public bool IsTileCompatible()
Returns
- bool