Animation()
Definition Animation.cpp:5
float GetDuration() const
Definition Animation.cpp:82
Array< AnimBone > GetAnimated() const
Definition Animation.cpp:87
void SetId(Str_8 newId)
Definition Animation.cpp:71
Str_8 GetId() const
Definition Animation.cpp:77
UInt_64 GetHashId() const
Definition Animation.cpp:66
Array< Mat4_f > Interpolate(const UInt_64 boneCount, const float elapsed) const
Definition Animation.cpp:97
Animation & operator=(Animation &&anim) noexcept
Definition Animation.cpp:37
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1902