ImGuiCore Class
Definition
Section titled “Definition”Shared objects that drive the ImGui integration for SadConsole.
public static class ImGuiCoreInheritance object
Fields
Section titled “Fields”ImGuiComponent
Section titled “ImGuiComponent”MonoGame component for rendering ImGui.
public static ImGuiMonoGameComponent ImGuiComponentProperties
Section titled “Properties”GuiComponents
Section titled “GuiComponents”The ImGui objects to draw each game frame.
public static List<ImGuiObjectBase> GuiComponents { get; }Renderer
Section titled “Renderer”The ImGui renderer.
public static ImGuiRenderer Renderer { get; }