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

A description of a kind of terrain on the map. More...

#include <gf/Tmx.h>

Public Attributes

TmxProperties properties
 The properties of the terrain. More...
 
std::string name
 The name of the terrain. More...
 
unsigned tile
 The representing tile for the terrain. More...
 

Detailed Description

A description of a kind of terrain on the map.

See also
gf::TmxTileset

Member Data Documentation

◆ name

std::string gf::TmxTerrain::name

The name of the terrain.

◆ properties

TmxProperties gf::TmxTerrain::properties

The properties of the terrain.

◆ tile

unsigned gf::TmxTerrain::tile

The representing tile for the terrain.