Struct ProbeSettings.Frustum
Describe how frustum is handled when rendering probe.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public struct ProbeSettings.Frustum
Fields
automaticScale
The automatic value of the FOV is multiplied by this factor at the end.
Declaration
[Min(0)]
public float automaticScale
Field Value
Type | Description |
---|---|
float |
default
Obsolete
Declaration
[Obsolete("Since 2019.3, use Frustum.NewDefault() instead.")]
public static readonly ProbeSettings.Frustum @default
Field Value
Type | Description |
---|---|
ProbeSettings.Frustum |
fieldOfViewMode
Mode to use when computing the field of view.
For planar reflection probes: this value is used. For reflection probes: this value is ignored, FOV will be 90°.
Declaration
public ProbeSettings.Frustum.FOVMode fieldOfViewMode
Field Value
Type | Description |
---|---|
ProbeSettings.Frustum.FOVMode |
fixedValue
Value to use when FOV is fixed.
Declaration
[Range(0, 179)]
public float fixedValue
Field Value
Type | Description |
---|---|
float |
viewerScale
The viewer's FOV is multiplied by this factor at the end.
Declaration
[Min(0)]
public float viewerScale
Field Value
Type | Description |
---|---|
float |
Methods
NewDefault()
Default value.
Declaration
public static ProbeSettings.Frustum NewDefault()
Returns
Type | Description |
---|---|
ProbeSettings.Frustum | The default value. |