![]() |
FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
|
Structure that contains the information of a group of frames of an animation. More...
#include <anim_manager.hpp>
Public Attributes | |
std::vector< AnimationFrame > | _frames |
The vector of frames of the group. | |
std::string | _groupName |
The name of the group. | |
Structure that contains the information of a group of frames of an animation.
std::vector<AnimationFrame> fge::anim::AnimationGroup::_frames |
The vector of frames of the group.
std::string fge::anim::AnimationGroup::_groupName |
The name of the group.