Antkeeper
0.0.1
|
Ant egg phene. More...
#include <ant-egg-gene.hpp>
Public Attributes | |
float | incubation_period {} |
Duration required for the embryo to develop into a larva, in days. More... | |
float | eclosion_period {} |
Duration required for the contained larva to hatch, in days. More... | |
std::shared_ptr< render::model > | model |
3D model of the egg. More... | |
Ant egg phene.
Definition at line 30 of file ant-egg-gene.hpp.
float ant_egg_phene::eclosion_period {} |
Duration required for the contained larva to hatch, in days.
Definition at line 36 of file ant-egg-gene.hpp.
float ant_egg_phene::incubation_period {} |
Duration required for the embryo to develop into a larva, in days.
Definition at line 33 of file ant-egg-gene.hpp.
std::shared_ptr<render::model> ant_egg_phene::model |
3D model of the egg.
Definition at line 39 of file ant-egg-gene.hpp.