docs.unity3d.com
    Show / Hide Table of Contents

    Struct ProbeSettings.ProxySettings

    Settings of this probe in the current proxy.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public struct ProxySettings

    Fields

    capturePositionProxySpace

    Position of the capture in proxy space. (Reflection Probe only)

    Declaration
    public Vector3 capturePositionProxySpace
    Field Value
    Type Description
    Vector3

    captureRotationProxySpace

    Rotation of the capture in proxy space. (Reflection Probe only)

    Declaration
    public Quaternion captureRotationProxySpace
    Field Value
    Type Description
    Quaternion

    default

    Default value.

    Declaration
    [Obsolete("Since 2019.3, use ProxySettings.NewDefault() instead.")]
    public static readonly ProbeSettings.ProxySettings default
    Field Value
    Type Description
    ProbeSettings.ProxySettings

    mirrorPositionProxySpace

    Position of the mirror in proxy space. (Planar Probe only)

    Declaration
    public Vector3 mirrorPositionProxySpace
    Field Value
    Type Description
    Vector3

    mirrorRotationProxySpace

    Rotation of the mirror in proxy space. (Planar Probe only)

    Declaration
    public Quaternion mirrorRotationProxySpace
    Field Value
    Type Description
    Quaternion

    useInfluenceVolumeAsProxyVolume

    Whether to use the influence volume as proxy volume when proxy == null.

    Declaration
    public bool useInfluenceVolumeAsProxyVolume
    Field Value
    Type Description
    Boolean

    Methods

    NewDefault()

    Default value.

    Declaration
    public static ProbeSettings.ProxySettings NewDefault()
    Returns
    Type Description
    ProbeSettings.ProxySettings

    The default value.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023