docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugDisplaySettingsUI

    The UI implementation for a debug settings panel

    Inheritance
    object
    DebugDisplaySettingsUI
    Implements
    IDebugData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public class DebugDisplaySettingsUI : IDebugData

    Methods

    GetReset()

    The reset action to be executed when a Reset of the rendering debugger is need

    Declaration
    public Action GetReset()
    Returns
    Type Description
    Action

    A Action with the restet callback

    RegisterDebug(IDebugDisplaySettings)

    Register a display for the UI

    Declaration
    public void RegisterDebug(IDebugDisplaySettings settings)
    Parameters
    Type Name Description
    IDebugDisplaySettings settings

    IDebugDisplaySettings to be registered

    UnregisterDebug()

    Unregister the debug panels

    Declaration
    public void UnregisterDebug()

    Implements

    IDebugData

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    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)