GuiDockspace Class
Definition
Section titled “Definition”public class GuiDockspace : ImGuiObjectBaseInheritance object → ImGuiObjectBase
Constructors
Section titled “Constructors”GuiDockspace()
Section titled “GuiDockspace()”public GuiDockspace()Fields
Section titled “Fields”ID_LEFT_PANEL
Section titled “ID_LEFT_PANEL”public const string ID_LEFT_PANEL = "Scene##LeftPanel"ID_CENTER_PANEL
Section titled “ID_CENTER_PANEL”public const string ID_CENTER_PANEL = "Previews##RightPanel"ID_RIGHT_PANEL
Section titled “ID_RIGHT_PANEL”public const string ID_RIGHT_PANEL = "Extras##CenterPanel"NoTabBarDock
Section titled “NoTabBarDock”public static ImGuiWindowClass NoTabBarDockAutoHideTabBar
Section titled “AutoHideTabBar”public static ImGuiWindowClass AutoHideTabBarMethods
Section titled “Methods”BuildUI(ImGuiRenderer)
Section titled “BuildUI(ImGuiRenderer)”Draws this object.
public override void BuildUI(ImGuiRenderer renderer)Parameters
Section titled “Parameters”renderer ImGuiRenderer
The ImGui renderer drawing this object.