Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
Public Attributes | List of all members
gf::TmxWangSet Struct Reference

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< TmxWangColorcolors
 
std::vector< TmxWangTiletiles
 

Detailed Description

A wang set.

See also
gf::TmxTileset

Member Data Documentation

◆ colors

std::vector<TmxWangColor> gf::TmxWangSet::colors

◆ name

std::string gf::TmxWangSet::name

The name of the wang set.

◆ properties

TmxProperties gf::TmxWangSet::properties

The properties of the wang set.

◆ tile

int gf::TmxWangSet::tile

the id of the tile representing the wang set

◆ tiles

std::vector<TmxWangTile> gf::TmxWangSet::tiles