Unravel Engine C++ Reference
Loading...
Searching...
No Matches
animation.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

 unravel::REFLECT (root_motion_params)
 
 unravel::SERIALIZE (root_motion_params)
 
 unravel::SERIALIZE_INSTANTIATE (root_motion_params, ser20::oarchive_associative_t)
 
 unravel::SERIALIZE_INSTANTIATE (root_motion_params, ser20::oarchive_binary_t)
 
 unravel::REFLECT (animation_channel)
 
 unravel::REFLECT (animation_clip)
 
 unravel::SAVE (animation_channel)
 
 unravel::SAVE_INSTANTIATE (animation_channel, ser20::oarchive_associative_t)
 
 unravel::SAVE_INSTANTIATE (animation_channel, ser20::oarchive_binary_t)
 
 unravel::LOAD (animation_channel)
 
 unravel::LOAD_INSTANTIATE (animation_channel, ser20::iarchive_associative_t)
 
 unravel::LOAD_INSTANTIATE (animation_channel, ser20::iarchive_binary_t)
 
 unravel::SAVE (animation_clip)
 
 unravel::SAVE_INSTANTIATE (animation_clip, ser20::oarchive_associative_t)
 
 unravel::SAVE_INSTANTIATE (animation_clip, ser20::oarchive_binary_t)
 
 unravel::LOAD (animation_clip)
 
 unravel::LOAD_INSTANTIATE (animation_clip, ser20::iarchive_associative_t)
 
 unravel::LOAD_INSTANTIATE (animation_clip, ser20::iarchive_binary_t)
 
void unravel::save_to_file (const std::string &absolute_path, const animation_clip &obj)
 
void unravel::save_to_file_bin (const std::string &absolute_path, const animation_clip &obj)
 
void unravel::load_from_file (const std::string &absolute_path, animation_clip &obj)
 
void unravel::load_from_file_bin (const std::string &absolute_path, animation_clip &obj)