Gamedev Framework (gf)  0.7.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::TmxAnimation Struct Reference

A tile animation. More...

#include <gf/Tmx.h>

Public Attributes

std::vector< TmxFrameframes
 The frames of the animation. More...
 

Detailed Description

A tile animation.

Member Data Documentation

◆ frames

std::vector<TmxFrame> gf::TmxAnimation::frames

The frames of the animation.