Show / Hide Table of Contents

Class ScreenObjectDetailsPanel

Inheritance
object
ScreenObjectDetailsPanel
Inherited Members
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 ScreenObjectDetailsPanel

Constructors

ScreenObjectDetailsPanel()

Declaration
public ScreenObjectDetailsPanel()

Fields

CurrentScreenObject

Declaration
public ScreenObjectState CurrentScreenObject
Field Value
Type Description
ScreenObjectState

Properties

RegisteredPanels

Declaration
public static Dictionary<Type, IScreenObjectPanel> RegisteredPanels { get; }
Property Value
Type Description
Dictionary<Type, IScreenObjectPanel>

Methods

BuildUI(ImGuiRenderer, ScreenObjectState)

Declaration
public void BuildUI(ImGuiRenderer renderer, ScreenObjectState state)
Parameters
Type Name Description
ImGuiRenderer renderer
ScreenObjectState state

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX