Enum ProbeSettings.Frustum.FOVMode
The FOV mode of a probe.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum ProbeSettings.Frustum.FOVMode
Fields
Name | Description |
---|---|
Automatic | FOV is computed to encompass the influence volume, then it is multiplied by |
Fixed | FOV is fixed, its value is |
Viewer | FOV is the one used by the viewer's camera. |