Class LightCluster | High Definition RP | 8.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

    Constructors

    LightCluster()

    Declaration
    public LightCluster()

    Fields

    cameraClusterRange

    Controls the range of the cluster around the camera.

    Declaration
    [Tooltip("Controls the range of the cluster around the camera.")]
    public ClampedFloatParameter cameraClusterRange
    Field Value
    Type Description
    ClampedFloatParameter

    maxNumLightsPercell

    Controls the maximal number lights in a cell.

    Declaration
    [Tooltip("Controls the maximal number lights in a cell.")]
    public ClampedIntParameter maxNumLightsPercell
    Field Value
    Type Description
    ClampedIntParameter
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 November 2020