|
tile2d
|
Contains the data of a tile or multi tile. More...
#include <tileMap.hpp>
Public Attributes | ||
| bool | isMultiTile = false | |
| bool | isMainTile = false | |
| union { | ||
| struct { | ||
| uint16_t width | ||
| uint16_t height | ||
| } mutliTile | ||
| glm::i32vec2 mainTilePos | ||
| }; | ||
| T | userData | |
Contains the data of a tile or multi tile.
| T | the user data type of the tile |