Antkeeper
0.0.1
|
Single cell in a terrain grid. More...
#include <terrain-component.hpp>
Public Attributes | |
entity::id | grid_eid |
math::uvec2 | coordinates |
Single cell in a terrain grid.
Definition at line 35 of file terrain-component.hpp.
math::uvec2 terrain_cell_component::coordinates |
Definition at line 38 of file terrain-component.hpp.
entity::id terrain_cell_component::grid_eid |
Definition at line 37 of file terrain-component.hpp.