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