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

Single cell in a terrain grid. More...

#include <terrain-component.hpp>

Public Attributes

entity::id grid_eid
 
math::uvec2 coordinates
 

Detailed Description

Single cell in a terrain grid.

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

Member Data Documentation

◆ coordinates

math::uvec2 terrain_cell_component::coordinates

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

◆ grid_eid

entity::id terrain_cell_component::grid_eid

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


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