Antkeeper
0.0.1
|
Ant larva phene. More...
#include <ant-larva-gene.hpp>
Public Attributes | |
float | development_period {} |
Duration required for the larva to develop into a pupa, in days. More... | |
float | spinning_period {} |
Duration required for the larva to spin a cocoon, in days. More... | |
std::uint8_t | instar_count {} |
Number of larval instars before pupation. More... | |
float | first_instar_scale {} |
Scale of the first larva instar, relative to the final larval instar. More... | |
std::shared_ptr< render::model > | model |
3D model of the larva. More... | |
Ant larva phene.
Definition at line 31 of file ant-larva-gene.hpp.
float ant_larva_phene::development_period {} |
Duration required for the larva to develop into a pupa, in days.
Definition at line 34 of file ant-larva-gene.hpp.
float ant_larva_phene::first_instar_scale {} |
Scale of the first larva instar, relative to the final larval instar.
Definition at line 43 of file ant-larva-gene.hpp.
std::uint8_t ant_larva_phene::instar_count {} |
Number of larval instars before pupation.
Definition at line 40 of file ant-larva-gene.hpp.
std::shared_ptr<render::model> ant_larva_phene::model |
3D model of the larva.
Definition at line 46 of file ant-larva-gene.hpp.
float ant_larva_phene::spinning_period {} |
Duration required for the larva to spin a cocoon, in days.
Definition at line 37 of file ant-larva-gene.hpp.