#include <OptionsPanel.h>


Public Member Functions | |
| void | Draw () override |
| Pure virtual function to render the panel. | |
Public Member Functions inherited from Editor::Panel | |
| virtual | ~Panel ()=default |
| Virtual destructor for proper cleanup of derived classes. | |
|
overridevirtual |
Pure virtual function to render the panel.
This method must be implemented by all derived panel classes to handle their specific rendering logic.
Implements Editor::Panel.