docs.unity.cn
    Show / Hide Table of Contents

    Enum LightRenderingMode

    Options for light rendering mode.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum LightRenderingMode

    Fields

    Name Description Value
    Disabled

    Use this to disable lighting.


    0
    PerPixel

    Use this to select lighting to be calculated per pixel.


    1
    PerVertex

    Use this to select lighting to be calculated per vertex.


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