Enum DepthOfFieldMode
Focusing modes for the depth of field effect.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum DepthOfFieldMode
  Fields
| Name | Description | 
|---|---|
| Bokeh | Use this for a more realistic but slower depth of field.  | 
      
| Gaussian | Use this for faster but non physical depth of field.  | 
      
| Off | Disables depth of field.  |