Enum DepthOfFieldMode
Focusing modes for the depth of field effect.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum DepthOfFieldMode
Fields
Name | Description |
---|---|
Manual | Uses custom distance values to set the focus. |
Off | Disables depth of field. |
UsePhysicalCamera | Uses the physical Camera to set focusing properties. |