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

    Class LightCluster

    A volume component that holds settings for the ray tracing light cluster.

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

    Fields

    cameraClusterRange

    Controls the range of the cluster around the camera.

    Declaration
    public ClampedFloatParameter cameraClusterRange
    Field Value
    Type Description
    ClampedFloatParameter

    maxNumLightsPercell

    Controls the maximal number lights in a cell.

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