docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum DebugSceneOverrideMode

    Debug mode that overrides how the renderer behaves.

    Namespace: UnityEngine.Rendering.Universal
    Assembly: Unity.RenderPipeline.Universal.ShaderLibrary.dll
    Syntax
    [GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "C:\\temp\\com.unity.render-pipelines.universal@17.0\\Packages\\com.unity.render-pipelines.universal\\ShaderLibrary\\Debug\\DebugViewEnums.cs")]
    public enum DebugSceneOverrideMode

    Fields

    Name Description
    None

    No debug override.

    Overdraw

    Visualize overdraw by drawing geometry using a semitransparent material. Areas that look opaque contain more overdraw.

    ShadedWireframe

    Render shaded geometry in addition to wireframe.

    SolidWireframe

    Render using a constant fill color and wireframe.

    Wireframe

    Render using wireframe only.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)