32 virtual void Draw() = 0;
Base class for all UI panels in the editor.
Definition Panel.h:19
virtual ~Panel()=default
Virtual destructor for proper cleanup of derived classes.
virtual void Draw()=0
Pure virtual function to render the panel.
Definition Panel.cpp:7
Definition AssetsPanel.cpp:7