![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
A wang set. More...
#include <gf/Tmx.h>
Public Attributes | |
TmxProperties | properties |
The properties of the wang set. More... | |
std::string | name |
The name of the wang set. More... | |
int | tile |
the id of the tile representing the wang set More... | |
std::vector< TmxWangColor > | colors |
std::vector< TmxWangTile > | tiles |
A wang set.
std::vector<TmxWangColor> gf::TmxWangSet::colors |
std::string gf::TmxWangSet::name |
The name of the wang set.
TmxProperties gf::TmxWangSet::properties |
The properties of the wang set.
int gf::TmxWangSet::tile |
the id of the tile representing the wang set
std::vector<TmxWangTile> gf::TmxWangSet::tiles |