CoriEngine
Loading...
Searching...
No Matches
AnimationFrame.hpp
Go to the documentation of this file.
1
#pragma once
2
#include "
Graphics/Texture.hpp
"
3
4
namespace
Cori
{
5
namespace
Graphics
{
6
namespace
Internal
{
7
struct
AnimationFrame
{
8
UVs
m_UVs
;
9
uint32_t
m_TickDuration
;
10
};
11
}
12
}
13
}
Texture.hpp
Cori::Graphics::Internal
Definition
Window.hpp:8
Cori::Graphics
Almost everything connected to graphics is in this namespace.
Definition
Window.hpp:7
Cori
Global engine namespace.
Definition
AssetLoadStatus.hpp:3
Cori::Graphics::Internal::AnimationFrame
Definition
AnimationFrame.hpp:7
Cori::Graphics::Internal::AnimationFrame::m_TickDuration
uint32_t m_TickDuration
Definition
AnimationFrame.hpp:9
Cori::Graphics::Internal::AnimationFrame::m_UVs
UVs m_UVs
Definition
AnimationFrame.hpp:8
Cori::Graphics::UVs
Definition
Texture.hpp:9
CoriEngine
Engine
src
Graphics
Animator
AnimationFrame.hpp
Generated by
1.14.0