Skip to content

ComponentsPanel Class

C#
public class ComponentsPanel : ImGuiObjectBase

Inheritance objectImGuiObjectBase

C#
public ComponentsPanel()
C#
public ScreenObjectState CurrentScreenObject
C#
public static Dictionary<Type, ISadComponentPanel> RegisteredPanels { get; }
C#
public void BuildUI(ImGuiRenderer renderer, ScreenObjectState state)

renderer ImGuiRenderer

state ScreenObjectState

Draws this object.

C#
public override void BuildUI(ImGuiRenderer renderer)

renderer ImGuiRenderer
The ImGui renderer drawing this object.