Manages the graphical user interface (GUI) of the editor, including tool panels, menu bars, logs, and content browsers. Implements a singleton pattern to ensure a single instance.
Подробнее...
#include <EditorGUIModule.h>
|
void | startUp () |
| Initializes the editor GUI by creating tool panels, menus, logs, and content browsers.
|
|
void | render () |
| Renders the GUI elements using the ImGui module.
|
|
GUIMainMenuBar * | getMenuBar () |
| Retrieves a pointer to the main menu bar instance.
|
|
void | shutDown () |
| Shuts down the editor GUI by releasing all GUI components.
|
|
Manages the graphical user interface (GUI) of the editor, including tool panels, menu bars, logs, and content browsers. Implements a singleton pattern to ensure a single instance.
◆ getInstance()
◆ getMenuBar()
Retrieves a pointer to the main menu bar instance.
- Возвращает
- Pointer to the GUIMainMenuBar instance.
Объявления и описания членов класса находятся в файле: