Enum FocusDistanceMode
Options for the source of the focus distance HDRP uses in the depth of field calculations.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum FocusDistanceMode
Fields
Name | Description |
---|---|
Camera | Uses the focus distance from the physical camera. |
Volume | Uses the focus distance from the Volume component. |