GuiTopBar Class
Definition
Section titled “Definition”public class GuiTopBar : ImGuiObjectBaseInheritance object → ImGuiObjectBase
Constructors
Section titled “Constructors”GuiTopBar()
Section titled “GuiTopBar()”public GuiTopBar()Methods
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.