docs.unity.cn
    Show / Hide Table of Contents

    Enum RenderingMode

    Rendering modes for Universal renderer.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum RenderingMode

    Fields

    Name Description Value
    Forward

    Render all objects and lighting in one pass, with a hard limit on the number of lights that can be applied on an object.

    0
    Deferred

    Render all objects first in a g-buffer pass, then apply all lighting in a separate pass using deferred shading.

    1
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 September 2021