A panel component that provides settings interface in the editor. More...
#include <Settings.h>
Public Member Functions | |
void | Draw () override |
Renders the settings panel interface. @override Implements the abstract method from the Panel base class. | |
![]() | |
virtual | ~Panel ()=default |
Virtual destructor for proper cleanup of derived classes. | |
A panel component that provides settings interface in the editor.
|
overridevirtual |
Renders the settings panel interface. @override Implements the abstract method from the Panel base class.
Implements Editor::Panel.