ImGuiObjectBase Class
Definition
Section titled “Definition”Represents an object drawn in ImGui.
public abstract class ImGuiObjectBaseInheritance object
Constructors
Section titled “Constructors”ImGuiObjectBase()
Section titled “ImGuiObjectBase()”protected ImGuiObjectBase()Properties
Section titled “Properties”IsVisible
Section titled “IsVisible”When true, this object should be drawn.
public bool IsVisible { get; set; }Methods
Section titled “Methods”BuildUI(ImGuiRenderer)
Section titled “BuildUI(ImGuiRenderer)”Draws this object.
public abstract void BuildUI(ImGuiRenderer renderer)Parameters
Section titled “Parameters”renderer ImGuiRenderer
The ImGui renderer drawing this object.