Antkeeper
0.0.1
|
Ant pupa phene. More...
#include <ant-pupa-gene.hpp>
Public Attributes | |
float | development_period {} |
Duration required for the pupa to develop into an adult, in days. More... | |
float | eclosion_period {} |
Duration required for the callow to emerge from the cocoon or become mobile, in days. More... | |
bool | cocoon_present {false} |
Indicates whether a cocoon is formed by the larvae or not. More... | |
std::shared_ptr< render::model > | cocoon_model |
3D model of the cocoon, if present. More... | |
Ant pupa phene.
Definition at line 30 of file ant-pupa-gene.hpp.
std::shared_ptr<render::model> ant_pupa_phene::cocoon_model |
3D model of the cocoon, if present.
Definition at line 42 of file ant-pupa-gene.hpp.
bool ant_pupa_phene::cocoon_present {false} |
Indicates whether a cocoon is formed by the larvae or not.
Definition at line 39 of file ant-pupa-gene.hpp.
float ant_pupa_phene::development_period {} |
Duration required for the pupa to develop into an adult, in days.
Definition at line 33 of file ant-pupa-gene.hpp.
float ant_pupa_phene::eclosion_period {} |
Duration required for the callow to emerge from the cocoon or become mobile, in days.
Definition at line 36 of file ant-pupa-gene.hpp.