Enum DepthOfFieldMode
Focusing modes for the depth of field effect.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum DepthOfFieldMode
Fields
Name | Description | Value |
---|---|---|
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. |