Class IndirectLightingController | High Definition RP | 7.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Class IndirectLightingController

    Component that allow you to control the indirect specular and diffuse intensity

    Inheritance
    Object
    IndirectLightingController
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public class IndirectLightingController : VolumeComponent

    Fields

    indirectDiffuseIntensity

    Indirect diffuse intensity multiplier, between 0 and 1

    Declaration
    public MinFloatParameter indirectDiffuseIntensity
    Field Value
    Type Description
    MinFloatParameter

    indirectSpecularIntensity

    Indirect specular intensity multiplier, between 0 and 1

    Declaration
    public MinFloatParameter indirectSpecularIntensity
    Field Value
    Type Description
    MinFloatParameter
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX