Unravel Engine C++ Reference
Loading...
Searching...
No Matches
script.hpp
Go to the documentation of this file.
1#pragma once
2
4
7
8namespace unravel
9{
13
14void save_to_file(const std::string& absolute_path, const script::sptr& obj);
15void save_to_file_bin(const std::string& absolute_path, const script::sptr& obj);
16void load_from_file(const std::string& absolute_path, script::sptr& obj);
17void load_from_file_bin(const std::string& absolute_path, script::sptr& obj);
18
19} // namespace unravel
void save_to_file_bin(const std::string &absolute_path, const animation_clip &obj)
void load_from_file(const std::string &absolute_path, animation_clip &obj)
void save_to_file(const std::string &absolute_path, const animation_clip &obj)
void load_from_file_bin(const std::string &absolute_path, animation_clip &obj)
#define REFLECT_EXTERN(cls)
Definition reflection.h:120
#define LOAD_EXTERN(cls)
#define SAVE_EXTERN(cls)
std::shared_ptr< script > sptr
Shared pointer to a physics material.
Definition script.h:13