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

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
 

Detailed Description

Ant nest chamber.

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

Member Data Documentation

◆ distance

float chamber_component::distance

Distance along shaft at which the chamber is located.

Definition at line 36 of file chamber-component.hpp.

◆ inner_radius

float chamber_component::inner_radius

Definition at line 45 of file chamber-component.hpp.

◆ inner_sector_angle

float chamber_component::inner_sector_angle

Definition at line 46 of file chamber-component.hpp.

◆ next_chamber_eid

entity::id chamber_component::next_chamber_eid

Entity ID of the chamber below this chamber.

Definition at line 42 of file chamber-component.hpp.

◆ outer_radius

float chamber_component::outer_radius

Definition at line 44 of file chamber-component.hpp.

◆ previous_chamber_eid

entity::id chamber_component::previous_chamber_eid

Entity ID of the chamber above this chamber.

Definition at line 39 of file chamber-component.hpp.

◆ shaft_eid

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.

◆ tile_radius

float chamber_component::tile_radius

Definition at line 47 of file chamber-component.hpp.


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