2#include <engine/engine_export.h>
24template<
typename Archive,
typename T>
31void save_to_file(
const std::string& absolute_path,
const animation_clip& obj);
32void save_to_file_bin(
const std::string& absolute_path,
const animation_clip& obj);
33void load_from_file(
const std::string& absolute_path, animation_clip& obj);
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)
auto try_serialize(Archive &ar, ser20::NameValuePair< T > &&t, const hpp::source_location &loc=hpp::source_location::current()) -> bool
#define SERIALIZE_EXTERN(cls)
#define SERIALIZE_FUNCTION_NAME
Struct representing a keyframe for animation.
seconds_t time
The time of the keyframe.
T value
The value of the keyframe.
Struct representing a node animation.
Struct representing an animation.