Class ImGuiObjectBase
Represents an object drawn in ImGui.
Inheritance
ImGuiObjectBase
Inherited Members
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. |