FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::anim::AnimationGroup Struct Reference

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.
 

Detailed Description

Structure that contains the information of a group of frames of an animation.

Member Data Documentation

◆ _frames

std::vector<AnimationFrame> fge::anim::AnimationGroup::_frames

The vector of frames of the group.

◆ _groupName

std::string fge::anim::AnimationGroup::_groupName

The name of the group.


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