|
Unravel Engine C++ Reference
|
#include <project_settings_panel.h>
Public Member Functions | |
| project_settings_panel (imgui_panels *parent) | |
| void | on_frame_ui_render (rtti::context &ctx, const char *name) |
| void | show (bool s, const std::string &hint) |
Definition at line 13 of file project_settings_panel.h.
| unravel::project_settings_panel::project_settings_panel | ( | imgui_panels * | parent | ) |
Definition at line 900 of file project_settings_panel.cpp.
| void unravel::project_settings_panel::on_frame_ui_render | ( | rtti::context & | ctx, |
| const char * | name ) |
Definition at line 910 of file project_settings_panel.cpp.
| void unravel::project_settings_panel::show | ( | bool | s, |
| const std::string & | hint ) |
Definition at line 904 of file project_settings_panel.cpp.