Object inspector window

This commit is contained in:
2024-03-26 13:01:33 +01:00
parent a2dd35513e
commit c153c88032
7 changed files with 68 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ bool SystemClass::Frame()
m_imguiManager->WidgetButton();
m_imguiManager->WidgetFPS();
m_imguiManager->WidgetAddObject(m_Application);
m_imguiManager->WidgetObjectWindow(m_Application);
ImGui::End();