Antkeeper
0.0.1
|
Ant nest chamber. More...
#include <chamber-component.hpp>
Public Attributes | |
entity::id | shaft_eid |
Entity ID of shaft to which the chamber is connected. More... | |
float | distance |
Distance along shaft at which the chamber is located. More... | |
entity::id | previous_chamber_eid |
Entity ID of the chamber above this chamber. More... | |
entity::id | next_chamber_eid |
Entity ID of the chamber below this chamber. More... | |
float | outer_radius |
float | inner_radius |
float | inner_sector_angle |
float | tile_radius |
Ant nest chamber.
Definition at line 30 of file chamber-component.hpp.
float chamber_component::distance |
Distance along shaft at which the chamber is located.
Definition at line 36 of file chamber-component.hpp.
float chamber_component::inner_radius |
Definition at line 45 of file chamber-component.hpp.
float chamber_component::inner_sector_angle |
Definition at line 46 of file chamber-component.hpp.
entity::id chamber_component::next_chamber_eid |
Entity ID of the chamber below this chamber.
Definition at line 42 of file chamber-component.hpp.
float chamber_component::outer_radius |
Definition at line 44 of file chamber-component.hpp.
entity::id chamber_component::previous_chamber_eid |
Entity ID of the chamber above this chamber.
Definition at line 39 of file chamber-component.hpp.
entity::id chamber_component::shaft_eid |
Entity ID of shaft to which the chamber is connected.
Definition at line 33 of file chamber-component.hpp.
float chamber_component::tile_radius |
Definition at line 47 of file chamber-component.hpp.