Radium Engine
1.5.20
|
#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.
|
explicit |
Definition at line 7 of file AnimationData.cpp.
Core::Animation::KeyFramedValue<Transform> Ra::Core::Asset::HandleAnimation::m_anim |
The list of KeyFramed transforms applied to the Handle.
Definition at line 26 of file AnimationData.hpp.
AnimationTime Ra::Core::Asset::HandleAnimation::m_animationTime |
The AnimationTime for the Handle.
Definition at line 29 of file AnimationData.hpp.
std::string Ra::Core::Asset::HandleAnimation::m_name |
The Handle's name.
Definition at line 23 of file AnimationData.hpp.