docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ProbeSettings.Frustum

    Describe how frustum is handled when rendering probe.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)