Class ImGuiCore
Shared objects that drive the ImGui integration for SadConsole.
Inherited Members
Namespace: SadConsole.ImGuiSystem
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class ImGuiCore
Fields
ImGuiComponent
MonoGame component for rendering ImGui.
Declaration
public static ImGuiMonoGameComponent ImGuiComponent
Field Value
| Type | Description |
|---|---|
| ImGuiMonoGameComponent |
Properties
GuiComponents
The ImGui objects to draw each game frame.
Declaration
public static List<ImGuiObjectBase> GuiComponents { get; }
Property Value
| Type | Description |
|---|---|
| List<ImGuiObjectBase> |
Renderer
The ImGui renderer.
Declaration
public static ImGuiRenderer Renderer { get; }
Property Value
| Type | Description |
|---|---|
| ImGuiRenderer |