Radium Engine
1.5.0
|
#include <Core/Asset/AnimationData.hpp>
Public Member Functions | |
HandleAnimation (const std::string &name="") | |
Public Attributes | |
std::string | m_name |
The Handle's name. | |
Core::Animation::KeyFramedValue< Transform > | m_anim |
The list of KeyFramed transforms applied to the Handle. | |
AnimationTime | m_animationTime |
The AnimationTime for the Handle. | |
A HandleAnimation stores data for an animation Handle.
Definition at line 19 of file AnimationData.hpp.