Skip to content

SadConsole.ImGuiSystem

DrawVertDeclaration
Helpers
ImGuiCoreShared objects that drive the ImGui integration for SadConsole.
ImGuiDemos
ImGuiImplementationA basic ImGui interface that adds the ImGuiMonoGameComponent to MonoGame, rendering ImGui over SadConsole.
ImGuiList<T>Wraps a collection of objects for ImGui controls, like list boxes.
ImGuiListEnum<TEnum>Wraps an enum type for ImGui controls, like listboxes.
ImGuiMonoGameComponent
ImGuiObjectBaseRepresents an object drawn in ImGui.
ImGuiObjectCollectionA collection of ImGuiObjectBase objects that can be added to a ImGui renderer.
ImGuiRenderer
ImGuiWindowBase
Themes
ImGuiGuardedValue<T>Makes a copy of a value and allows it to be changed. The change can be committed or reverted.
ITitleDefines a title on an object.