|
| void | render () override |
| | Virtual function for rendering the GUI object. Override this method in derived classes to implement custom rendering logic.
|
| |
|
| GUIObject () |
| | Constructs a GUI object and assigns it a unique ID.
|
| |
|
| GUIObject (const GUIObject &T)=delete |
| | Deleted copy constructor to prevent copying of GUI objects.
|
| |
|
GUIObject & | operator= (const GUIObject &T)=delete |
| | Deleted assignment operator to prevent copying.
|
| |
|
virtual | ~GUIObject () |
| | Destroys the GUI object and removes it from the ImGui system.
|
| |
| uint32_t | getID () const |
| | Retrieves the unique ID of the GUI object.
|
| |
◆ render()
| void GUIContentBrowser::render |
( |
| ) |
|
|
overridevirtual |
Virtual function for rendering the GUI object. Override this method in derived classes to implement custom rendering logic.
Переопределяет метод предка GUIObject.
Объявления и описания членов классов находятся в файлах:
- Engine/Modules/EditorGuiModule/ContentBrowser.h
- Engine/Modules/EditorGuiModule/ContentBrowser.cpp