Skip to content

ImGuiObjectBase Class

Represents an object drawn in ImGui.

C#
public abstract class ImGuiObjectBase

Inheritance object

C#
protected ImGuiObjectBase()

When true, this object should be drawn.

C#
public bool IsVisible { get; set; }

Draws this object.

C#
public abstract void BuildUI(ImGuiRenderer renderer)

renderer ImGuiRenderer
The ImGui renderer drawing this object.