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

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::modelmodel
 3D model of the larva. More...
 

Detailed Description

Ant larva phene.

Definition at line 31 of file ant-larva-gene.hpp.

Member Data Documentation

◆ development_period

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.

◆ first_instar_scale

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.

◆ instar_count

std::uint8_t ant_larva_phene::instar_count {}

Number of larval instars before pupation.

Definition at line 40 of file ant-larva-gene.hpp.

◆ model

std::shared_ptr<render::model> ant_larva_phene::model

3D model of the larva.

Definition at line 46 of file ant-larva-gene.hpp.

◆ spinning_period

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.


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