|
CoriEngine
|
Owning handle to the animation inside the AnimationPack, when paired with Animation::PlayParams can be passed to QuadAnimator. More...
#include <Animation.hpp>
Classes | |
| struct | PlayParams |
| Tells the QuadAnimator how to play the animation. More details in the QuadAnimator docs. More... | |
Public Member Functions | |
| glm::u16vec2 | GetFrameSize () const |
Public Attributes | |
| std::shared_ptr< AnimationPack > | m_Pack |
| uint32_t | m_AnimationID { 0 } |
Owning handle to the animation inside the AnimationPack, when paired with Animation::PlayParams can be passed to QuadAnimator.
Definition at line 10 of file Graphics/Animator/Animation.hpp.
|
nodiscard |
Definition at line 6 of file Graphics/Animator/Animation.cpp.
| uint32_t Cori::Graphics::Animation::m_AnimationID { 0 } |
Definition at line 28 of file Graphics/Animator/Animation.hpp.
| std::shared_ptr<AnimationPack> Cori::Graphics::Animation::m_Pack |
Definition at line 27 of file Graphics/Animator/Animation.hpp.