34 void AddPanel(std::unique_ptr<Panel> panel);
45 std::vector<std::unique_ptr<Panel>> panels;
Manages all UI panels in the editor.
Definition UI.h:25
void Draw()
Renders all panels.
Definition UI.cpp:11
void AddPanel(std::unique_ptr< Panel > panel)
Adds a new panel to the UI.
Definition UI.cpp:6
Definition AssetsPanel.cpp:7