|
Unravel Engine C++ Reference
|
#include <engine/ui/ui_tree.h>#include <reflection/reflection.h>#include <serialization/serialization.h>Go to the source code of this file.
Namespaces | |
| namespace | unravel |
Functions | |
| unravel::SAVE_EXTERN (ui_tree) | |
| unravel::LOAD_EXTERN (ui_tree) | |
| unravel::REFLECT_EXTERN (ui_tree) | |
| void | unravel::save_to_file (const std::string &absolute_path, const ui_tree::sptr &obj) |
| void | unravel::save_to_file_bin (const std::string &absolute_path, const ui_tree::sptr &obj) |
| void | unravel::load_from_file (const std::string &absolute_path, ui_tree::sptr &obj) |
| void | unravel::load_from_file_bin (const std::string &absolute_path, ui_tree::sptr &obj) |