tile2d
Loading...
Searching...
No Matches
Public Attributes | List of all members
TileProperties< T > Class Template Reference

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 
 
};  
 
userData
 

Detailed Description

template<typename T>
class TileProperties< T >

Contains the data of a tile or multi tile.

Template Parameters
Tthe user data type of the tile

The documentation for this class was generated from the following file: