CoriEngine
Loading...
Searching...
No Matches
Cori::Graphics::Internal::AnimationData Class Reference

#include <AnimationPack.hpp>

Public Member Functions

 AnimationData (const glm::u16vec2 frameSize, std::vector< AnimationFrame > frames)

Public Attributes

glm::u16vec2 m_FrameSize
std::vector< AnimationFramem_Frames

Detailed Description

Definition at line 17 of file AnimationPack.hpp.

Constructor & Destructor Documentation

◆ AnimationData()

Cori::Graphics::Internal::AnimationData::AnimationData ( const glm::u16vec2 frameSize,
std::vector< AnimationFrame > frames )
inline

Definition at line 19 of file AnimationPack.hpp.

Member Data Documentation

◆ m_Frames

std::vector<AnimationFrame> Cori::Graphics::Internal::AnimationData::m_Frames

Definition at line 22 of file AnimationPack.hpp.

◆ m_FrameSize

glm::u16vec2 Cori::Graphics::Internal::AnimationData::m_FrameSize

Definition at line 21 of file AnimationPack.hpp.


The documentation for this class was generated from the following file: