Skip to content

ImGuiCore Class

Shared objects that drive the ImGui integration for SadConsole.

C#
public static class ImGuiCore

Inheritance object

MonoGame component for rendering ImGui.

C#
public static ImGuiMonoGameComponent ImGuiComponent

The ImGui objects to draw each game frame.

C#
public static List<ImGuiObjectBase> GuiComponents { get; }

The ImGui renderer.

C#
public static ImGuiRenderer Renderer { get; }