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

    Checks whether ANY of the debug settings are currently active.

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

    IsLightingActive

    Checks whether lighting is active for these settings.

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

    IsPostProcessingAllowed

    Checks whether the current state of these settings allows post-processing.

    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

    Implements

    UnityEngine.Rendering.IDebugDisplaySettingsData
    UnityEngine.Rendering.IDebugDisplaySettingsQuery
    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)