Skip to content

GuiDockspace Class

C#
public class GuiDockspace : ImGuiObjectBase

Inheritance objectImGuiObjectBase

C#
public GuiDockspace()
C#
public const string ID_LEFT_PANEL = "Scene##LeftPanel"
C#
public const string ID_CENTER_PANEL = "Previews##RightPanel"
C#
public const string ID_RIGHT_PANEL = "Extras##CenterPanel"
C#
public static ImGuiWindowClass NoTabBarDock
C#
public static ImGuiWindowClass AutoHideTabBar

Draws this object.

C#
public override void BuildUI(ImGuiRenderer renderer)

renderer ImGuiRenderer
The ImGui renderer drawing this object.