{}!Google Tag Manager end}} Enum RenderingMode | Universal RP | 14.0.9
docs.unity3d.com
    목차 표시/숨기기

    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
    맨 위로
    Copyright © 2023 Unity Technologies —
    • Your Privacy Choices (Cookie Settings)