ComponentsPanel Class
Definition
Section titled “Definition”public class ComponentsPanel : ImGuiObjectBaseInheritance object → ImGuiObjectBase
Constructors
Section titled “Constructors”ComponentsPanel()
Section titled “ComponentsPanel()”public ComponentsPanel()Fields
Section titled “Fields”CurrentScreenObject
Section titled “CurrentScreenObject”public ScreenObjectState CurrentScreenObjectProperties
Section titled “Properties”RegisteredPanels
Section titled “RegisteredPanels”public static Dictionary<Type, ISadComponentPanel> RegisteredPanels { get; }Methods
Section titled “Methods”BuildUI(ImGuiRenderer, ScreenObjectState)
Section titled “BuildUI(ImGuiRenderer, ScreenObjectState)”public void BuildUI(ImGuiRenderer renderer, ScreenObjectState state)Parameters
Section titled “Parameters”renderer ImGuiRenderer
state ScreenObjectState
BuildUI(ImGuiRenderer)
Section titled “BuildUI(ImGuiRenderer)”Draws this object.
public override void BuildUI(ImGuiRenderer renderer)Parameters
Section titled “Parameters”renderer ImGuiRenderer
The ImGui renderer drawing this object.