Gamedev Framework (gf)  0.6.0
A C++11 framework for 2D games
Public Attributes | List of all members
gf::TmxCell Struct Reference

A cell in a tile layer. More...

#include <gf/Tmx.h>

Public Attributes

unsigned gid
 The global id of the tile. More...
 
Flags< TmxFlipflip = None
 The flip properties of the tile. More...
 

Detailed Description

A cell in a tile layer.

Member Data Documentation

◆ flip

Flags<TmxFlip> gf::TmxCell::flip = None

The flip properties of the tile.

◆ gid

unsigned gf::TmxCell::gid

The global id of the tile.