Show / Hide Table of Contents

Class ImGuiCore

Shared objects that drive the ImGui integration for SadConsole.

Inheritance
object
ImGuiCore
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article

Back to top

Back to top Generated by DocFX