Antkeeper  0.0.1
Public Attributes | List of all members
terrain_grid_component Struct Reference

Grid of terrain cells. More...

#include <terrain-component.hpp>

Public Attributes

math::uvec2 dimensions
 
std::vector< entity::idcells
 

Detailed Description

Grid of terrain cells.

Definition at line 28 of file terrain-component.hpp.

Member Data Documentation

◆ cells

std::vector<entity::id> terrain_grid_component::cells

Definition at line 31 of file terrain-component.hpp.

◆ dimensions

math::uvec2 terrain_grid_component::dimensions

Definition at line 30 of file terrain-component.hpp.


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