docs.unity.cn
    Show / Hide Table of Contents

    Enum FullScreenDebugMode

    Full Screen Debug Mode.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum FullScreenDebugMode : int

    Fields

    Name Description Value
    None

    No Full Screen debug mode.

    0
    MinLightingFullScreenDebug

    Minimum Full Screen Lighting debug mode value (used internally).

    1
    SSAO

    Display Screen Space Ambient Occlusion buffer.

    2
    ScreenSpaceReflections

    Display SCreen Space Reflections buffer.

    3
    ContactShadows

    Display Contact Shadows buffer.

    4
    ContactShadowsFade

    Display Contact Shadows fade.

    5
    ScreenSpaceShadows

    Display Screen Space Shadows.

    6
    PreRefractionColorPyramid

    Displays the color pyramid before the refraction pass.

    7
    DepthPyramid

    Display the Depth Pyramid.

    8
    FinalColorPyramid

    Display the final color pyramid for the frame.

    9
    LightCluster

    Display ray tracing light cluster.

    10
    RayTracedGlobalIllumination

    Display ray tracing global illumination.

    11
    RecursiveRayTracing

    Display recursive ray tracing.

    12
    RayTracedSubSurface

    Display ray-traced sub-surface scattering.

    13
    MaxLightingFullScreenDebug

    Maximum Full Screen Lighting debug mode value (used internally).

    14
    MinRenderingFullScreenDebug

    Minimum Full Screen Rendering debug mode value (used internally).

    15
    MotionVectors

    Display Motion Vectors.

    16
    NanTracker

    Display NaNs.

    17
    ColorLog

    Display Log of the color buffer.

    18
    DepthOfFieldCoc

    Display Depth of Field circle of confusion.

    19
    TransparencyOverdraw

    Display Transparency Overdraw.

    20
    MaxRenderingFullScreenDebug

    Maximum Full Screen Rendering debug mode value (used internally).

    21
    MinMaterialFullScreenDebug

    Minimum Full Screen Material debug mode value (used internally).

    22
    ValidateDiffuseColor

    Display Diffuse Color validation mode.

    23
    ValidateSpecularColor

    Display specular Color validation mode.

    24
    MaxMaterialFullScreenDebug

    Maximum Full Screen Material debug mode value (used internally).

    25
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Tuesday, July 27, 2021