docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugDisplaySettingsLighting

    Lighting-related Rendering Debugger settings.

    Inheritance
    object
    DebugDisplaySettingsLighting
    Implements
    IDebugDisplaySettingsData
    IDebugDisplaySettingsQuery
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.Universal
    Assembly: Unity.RenderPipelines.Universal.Runtime.dll
    Syntax
    public class DebugDisplaySettingsLighting : IDebugDisplaySettingsData, IDebugDisplaySettingsQuery

    Properties

    AreAnySettingsActive

    Declaration
    public bool AreAnySettingsActive { get; }
    Property Value
    Type Description
    bool

    IsLightingActive

    Declaration
    public bool IsLightingActive { get; }
    Property Value
    Type Description
    bool

    IsPostProcessingAllowed

    Declaration
    public bool IsPostProcessingAllowed { get; }
    Property Value
    Type Description
    bool

    hdrDebugMode

    Current HDR debug mode.

    Declaration
    public HDRDebugMode hdrDebugMode { get; set; }
    Property Value
    Type Description
    HDRDebugMode

    lightingDebugMode

    Current debug lighting mode.

    Declaration
    public DebugLightingMode lightingDebugMode { get; set; }
    Property Value
    Type Description
    DebugLightingMode

    lightingFeatureFlags

    Current debug lighting feature flags mask that allows selective disabling individual lighting components.

    Declaration
    public DebugLightingFeatureFlags lightingFeatureFlags { get; set; }
    Property Value
    Type Description
    DebugLightingFeatureFlags

    Methods

    TryGetScreenClearColor(ref Color)

    Declaration
    public bool TryGetScreenClearColor(ref Color color)
    Parameters
    Type Name Description
    Color color
    Returns
    Type Description
    bool

    Implements

    IDebugDisplaySettingsData
    IDebugDisplaySettingsQuery
    In This Article
    Back to top
    Copyright © 2025 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)