#include <popup_manager.h>
Public Attributes | |
std::string | name |
bool | is_visible = false |
std::function< void()> | draw_function |
Definition at line 16 of file popup_manager.h.
std::string yaze::editor::PopupParams::name |
Definition at line 17 of file popup_manager.h.
bool yaze::editor::PopupParams::is_visible = false |
Definition at line 18 of file popup_manager.h.
std::function<void()> yaze::editor::PopupParams::draw_function |
Definition at line 19 of file popup_manager.h.