Struct GlobalLightLoopSettings | High Definition RP | 9.0.0-preview.71
docs.unity3d.com
    Show / Hide Table of Contents

    Struct GlobalLightLoopSettings

    Global Light Loop Settings.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public struct GlobalLightLoopSettings

    Fields

    cookieAtlasLastValidMip

    Last valid mip for cookie atlas.

    Declaration
    public int cookieAtlasLastValidMip
    Field Value
    Type Description
    Int32

    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

    cubeCookieTexArraySize

    Maximum number of cached cookies for point lights.

    Declaration
    public int cubeCookieTexArraySize
    Field Value
    Type Description
    Int32

    maxAreaLightsOnScreen

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

    Declaration
    public int maxAreaLightsOnScreen
    Field Value
    Type Description
    Int32

    maxDecalsOnScreen

    Maximum number of decals at the same time on screen.

    Declaration
    public int maxDecalsOnScreen
    Field Value
    Type Description
    Int32

    maxDirectionalLightsOnScreen

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

    Declaration
    public int maxDirectionalLightsOnScreen
    Field Value
    Type Description
    Int32

    maxEnvLightsOnScreen

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

    Declaration
    public int maxEnvLightsOnScreen
    Field Value
    Type Description
    Int32

    maxPlanarReflectionOnScreen

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

    Declaration
    public int maxPlanarReflectionOnScreen
    Field Value
    Type Description
    Int32

    maxPunctualLightsOnScreen

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

    Declaration
    public int maxPunctualLightsOnScreen
    Field Value
    Type Description
    Int32

    planarReflectionAtlasSize

    Planar reflections atlas resolution.

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

    planarReflectionCacheCompressed

    Enable planar probe cache compression.

    Declaration
    public bool planarReflectionCacheCompressed
    Field Value
    Type Description
    Boolean

    pointCookieSize

    Cookie atlas resolution for point lights.

    Declaration
    public CubeCookieResolution pointCookieSize
    Field Value
    Type Description
    CubeCookieResolution

    reflectionCacheCompressed

    Enable reflection probe cache compression.

    Declaration
    public bool reflectionCacheCompressed
    Field Value
    Type Description
    Boolean

    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
    Int32

    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
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023