Class DebugManager | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class DebugManager

    Inheritance
    System.Object
    DebugManager
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public sealed class DebugManager

    Properties

    displayPersistentRuntimeUI

    Declaration
    public bool displayPersistentRuntimeUI { get; set; }
    Property Value
    Type Description
    System.Boolean

    displayRuntimeUI

    Declaration
    public bool displayRuntimeUI { get; set; }
    Property Value
    Type Description
    System.Boolean

    instance

    Declaration
    public static DebugManager instance { get; }
    Property Value
    Type Description
    DebugManager

    panels

    Declaration
    public ReadOnlyCollection<DebugUI.Panel> panels { get; }
    Property Value
    Type Description
    ReadOnlyCollection<DebugUI.Panel>

    Methods

    GetAction(DebugAction)

    Declaration
    public float GetAction(DebugAction action)
    Parameters
    Type Name Description
    DebugAction action
    Returns
    Type Description
    System.Single

    GetItem(String)

    Declaration
    public DebugUI.Widget GetItem(string queryPath)
    Parameters
    Type Name Description
    System.String queryPath
    Returns
    Type Description
    DebugUI.Widget

    GetPanel(String, Boolean)

    Declaration
    public DebugUI.Panel GetPanel(string displayName, bool createIfNull = false)
    Parameters
    Type Name Description
    System.String displayName
    System.Boolean createIfNull
    Returns
    Type Description
    DebugUI.Panel

    GetState()

    Declaration
    public int GetState()
    Returns
    Type Description
    System.Int32

    RemovePanel(String)

    Declaration
    public void RemovePanel(string displayName)
    Parameters
    Type Name Description
    System.String displayName

    RemovePanel(DebugUI.Panel)

    Declaration
    public void RemovePanel(DebugUI.Panel panel)
    Parameters
    Type Name Description
    DebugUI.Panel panel

    Reset()

    Declaration
    public void Reset()

    TogglePersistent(DebugUI.Widget)

    Declaration
    public void TogglePersistent(DebugUI.Widget widget)
    Parameters
    Type Name Description
    DebugUI.Widget widget

    UpdateActions()

    Declaration
    public void UpdateActions()

    Events

    onDisplayRuntimeUIChanged

    Declaration
    public event Action<bool> onDisplayRuntimeUIChanged
    Event Type
    Type Description
    Action<System.Boolean>

    onSetDirty

    Declaration
    public event Action onSetDirty
    Event Type
    Type Description
    Action
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023