CoriEngine
Loading...
Searching...
No Matches
Graphics/Animator/Animation.cpp
Go to the documentation of this file.
1#include "Animation.hpp"
2#include "AnimationPack.hpp"
3
4namespace Cori {
5 namespace Graphics {
6 glm::u16vec2 Animation::GetFrameSize() const {
7 return m_Pack->m_Animations[m_AnimationID].m_FrameSize;
8 }
9
10 }
11}
Almost everything connected to graphics is in this namespace.
Definition Window.hpp:7
Global engine namespace.
std::shared_ptr< AnimationPack > m_Pack