Class ImGuiDemos
Inherited Members
Namespace: SadConsole.ImGuiSystem
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public class ImGuiDemos : ImGuiObjectBase
Constructors
ImGuiDemos()
Declaration
public ImGuiDemos()
Methods
BuildUI(ImGuiRenderer)
Draws this object.
Declaration
public override void BuildUI(ImGuiRenderer renderer)
Parameters
Type | Name | Description |
---|---|---|
ImGuiRenderer | renderer | The ImGui renderer drawing this object. |