tile2d
|
Allows iteration of tiles with for loops/. More...
#include <tileMap.hpp>
Public Types | |
using | ContainerIterator = typename FlatMap<glm::i32vec2, TileProperties<TileType>>::iterator |
Public Member Functions | |
Iterator (const ContainerIterator &it) | |
const glm::i32vec2 & | operator* () const |
Iterator & | operator++ () |
Iterator & | operator-- () |
bool | operator!= (const Iterator &other) const |
Allows iteration of tiles with for loops/.