docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct GlobalLightLoopSettings

    Global Light Loop Settings.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    [Serializable]
    public struct GlobalLightLoopSettings

    Fields

    cookieAtlasLastValidMip

    Last valid mip for cookie atlas.

    Declaration
    public int cookieAtlasLastValidMip
    Field Value
    Type Description
    int

    cookieAtlasSize

    Cookie atlas resolution.

    Declaration
    [FormerlySerializedAs("cookieSize")]
    public CookieAtlasResolution cookieAtlasSize
    Field Value
    Type Description
    CookieAtlasResolution

    cookieFormat

    Cookie atlas graphics format.

    Declaration
    public CookieAtlasGraphicsFormat cookieFormat
    Field Value
    Type Description
    CookieAtlasGraphicsFormat

    maxAreaLightsOnScreen

    Maximum number of area lights at the same time on screen.

    Declaration
    public int maxAreaLightsOnScreen
    Field Value
    Type Description
    int

    maxDecalsOnScreen

    Maximum number of decals at the same time on screen.

    Declaration
    public int maxDecalsOnScreen
    Field Value
    Type Description
    int

    maxDirectionalLightsOnScreen

    Maximum number of directional lights at the same time on screen.

    Declaration
    public int maxDirectionalLightsOnScreen
    Field Value
    Type Description
    int

    maxEnvLightsOnScreen

    Maximum number of environment lights at the same time on screen.

    Declaration
    public int maxEnvLightsOnScreen
    Field Value
    Type Description
    int

    maxLightsPerClusterCell

    Maximum number of lights per ray tracing light cluster cell.

    Declaration
    public int maxLightsPerClusterCell
    Field Value
    Type Description
    int

    maxLocalVolumetricFogOnScreen

    Maximum number of Local Volumetric Fog at the same time on screen.

    Declaration
    [Range(1, 512)]
    public int maxLocalVolumetricFogOnScreen
    Field Value
    Type Description
    int

    maxLocalVolumetricFogSize

    Maximum size of one Local Volumetric Fog texture.

    Declaration
    public LocalVolumetricFogResolution maxLocalVolumetricFogSize
    Field Value
    Type Description
    LocalVolumetricFogResolution

    maxPlanarReflectionOnScreen

    Maximum number of planar reflections at the same time on screen.

    Declaration
    public int maxPlanarReflectionOnScreen
    Field Value
    Type Description
    int

    maxPunctualLightsOnScreen

    Maximum number of punctual lights at the same time on screen.

    Declaration
    public int maxPunctualLightsOnScreen
    Field Value
    Type Description
    int

    planarReflectionAtlasSize

    Planar reflections atlas resolution.

    Declaration
    [FormerlySerializedAs("planarReflectionTextureSize")]
    public PlanarReflectionAtlasResolution planarReflectionAtlasSize
    Field Value
    Type Description
    PlanarReflectionAtlasResolution

    reflectionCacheCompressed

    Enable reflection probe cache compression.

    Declaration
    public bool reflectionCacheCompressed
    Field Value
    Type Description
    bool

    reflectionCubemapSize

    Reflection probes resolution.

    Declaration
    public CubeReflectionResolution reflectionCubemapSize
    Field Value
    Type Description
    CubeReflectionResolution

    reflectionProbeCacheSize

    Maximum number of cached reflection probes.

    Declaration
    public int reflectionProbeCacheSize
    Field Value
    Type Description
    int

    reflectionProbeFormat

    Reflection probes resolution.

    Declaration
    public ReflectionAndPlanarProbeFormat reflectionProbeFormat
    Field Value
    Type Description
    ReflectionAndPlanarProbeFormat

    skyLightingOverrideLayerMask

    LayerMask used for sky lighting override.

    Declaration
    public LayerMask skyLightingOverrideLayerMask
    Field Value
    Type Description
    LayerMask

    skyReflectionSize

    Resolution of the sky reflection cubemap.

    Declaration
    public SkyResolution skyReflectionSize
    Field Value
    Type Description
    SkyResolution

    supportFabricConvolution

    Enable fabric specific convolution for probes and sky lighting.

    Declaration
    public bool supportFabricConvolution
    Field Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)