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
    ForwardPlus

    Render all objects and lighting in one pass using a clustered data structure to access lighting data.


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