Show / Hide Table of Contents

Class GuiScreenObjects

Inheritance
object
ImGuiObjectBase
GuiScreenObjects
Inherited Members
ImGuiObjectBase.IsVisible
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Debug
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public class GuiScreenObjects : ImGuiObjectBase

Constructors

GuiScreenObjects()

Declaration
public GuiScreenObjects()

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.

Overrides
ImGuiObjectBase.BuildUI(ImGuiRenderer)

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX