Show / Hide Table of Contents

Class GuiDockspace

Inheritance
object
ImGuiObjectBase
GuiDockspace
Inherited Members
ImGuiObjectBase.IsVisible
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Debug
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public class GuiDockspace : ImGuiObjectBase

Constructors

GuiDockspace()

Declaration
public GuiDockspace()

Fields

AutoHideTabBar

Declaration
public static ImGuiWindowClass AutoHideTabBar
Field Value
Type Description
ImGuiWindowClass

ID_CENTER_PANEL

Declaration
public const string ID_CENTER_PANEL = "Previews##RightPanel"
Field Value
Type Description
string

ID_LEFT_PANEL

Declaration
public const string ID_LEFT_PANEL = "Scene##LeftPanel"
Field Value
Type Description
string

ID_RIGHT_PANEL

Declaration
public const string ID_RIGHT_PANEL = "Extras##CenterPanel"
Field Value
Type Description
string

NoTabBarDock

Declaration
public static ImGuiWindowClass NoTabBarDock
Field Value
Type Description
ImGuiWindowClass

Methods

BuildUI(ImGuiRenderer)

Draws this object.

Declaration
public override void BuildUI(ImGuiRenderer renderer)
Parameters
Type Name Description
ImGuiRenderer renderer

The ImGui renderer drawing this object.

Overrides
ImGuiObjectBase.BuildUI(ImGuiRenderer)

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX