Antkeeper
0.0.1
|
Grid of terrain cells. More...
#include <terrain-component.hpp>
Public Attributes | |
math::uvec2 | dimensions |
std::vector< entity::id > | cells |
Grid of terrain cells.
Definition at line 28 of file terrain-component.hpp.
std::vector<entity::id> terrain_grid_component::cells |
Definition at line 31 of file terrain-component.hpp.
math::uvec2 terrain_grid_component::dimensions |
Definition at line 30 of file terrain-component.hpp.