Struct ProbeSettings.Lighting | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct ProbeSettings.Lighting

    Lighting parameters for the probe.

    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    [Serializable]
    public struct Lighting

    Fields

    default

    Default value.

    Declaration
    public static readonly ProbeSettings.Lighting default
    Field Value
    Type Description
    ProbeSettings.Lighting

    lightLayer

    Declaration
    public LightLayerEnum lightLayer
    Field Value
    Type Description
    LightLayerEnum

    multiplier

    A multiplier applied to the radiance of the probe.

    Declaration
    public float multiplier
    Field Value
    Type Description
    Single

    weight

    A weight applied to the influence of the probe.

    Declaration
    public float weight
    Field Value
    Type Description
    Single
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX