docs.unity.cn
    Show / Hide Table of Contents

    Enum LightCookieFormat

    Options for selecting the format for the Light Cookie atlas texture for additional lights (point, spot). Low precision saves memory and bandwidth.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum LightCookieFormat

    Fields

    Name Description Value
    GrayscaleLow

    Use this to select Grayscale format with low precision.


    0
    GrayscaleHigh

    Use this to select Grayscale format with high precision.


    1
    ColorLow

    Use this to select Color format with low precision.


    2
    ColorHigh

    Use this to select Color format with high precision.


    3
    ColorHDR

    Use this to select High Dynamic Range format.


    4
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023