Class ScreenObjectDetailsPanel
Inheritance
ScreenObjectDetailsPanel
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public class ScreenObjectDetailsPanel
Constructors
ScreenObjectDetailsPanel()
Declaration
public ScreenObjectDetailsPanel()
Fields
CurrentScreenObject
Declaration
public ScreenObjectState CurrentScreenObject
Field Value
Properties
RegisteredPanels
Declaration
public static Dictionary<Type, IScreenObjectPanel> RegisteredPanels { get; }
Property Value
Methods
BuildUI(ImGuiRenderer, ScreenObjectState)
Declaration
public void BuildUI(ImGuiRenderer renderer, ScreenObjectState state)
Parameters
Extension Methods