Class ComponentsPanel
Inheritance
ComponentsPanel
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public class ComponentsPanel : ImGuiObjectBase
Constructors
ComponentsPanel()
Declaration
Fields
CurrentScreenObject
Declaration
public ScreenObjectState CurrentScreenObject
Field Value
Properties
RegisteredPanels
Declaration
public static Dictionary<Type, ISadComponentPanel> RegisteredPanels { get; }
Property Value
Methods
BuildUI(ImGuiRenderer)
Declaration
public override void BuildUI(ImGuiRenderer renderer)
Parameters
Type |
Name |
Description |
ImGuiRenderer |
renderer |
The ImGui renderer drawing this object.
|
Overrides
BuildUI(ImGuiRenderer, ScreenObjectState)
Declaration
public void BuildUI(ImGuiRenderer renderer, ScreenObjectState state)
Parameters
Extension Methods