Show / Hide Table of Contents

Class ImGuiObjectBase

Represents an object drawn in ImGui.

Inheritance
object
ImGuiObjectBase
ComponentsPanel
GuiDockspace
GuiPreviews
GuiScreenObjects
GuiTopBar
ImGuiDemos
ImGuiObjectCollection
ImGuiWindowBase
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 abstract class ImGuiObjectBase

Constructors

ImGuiObjectBase()

Declaration
protected ImGuiObjectBase()

Properties

IsVisible

When true, this object should be drawn.

Declaration
public bool IsVisible { get; set; }
Property Value
Type Description
bool

Methods

BuildUI(ImGuiRenderer)

Draws this object.

Declaration
public abstract void BuildUI(ImGuiRenderer renderer)
Parameters
Type Name Description
ImGuiRenderer renderer

The ImGui renderer drawing this object.

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX