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

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::modelcocoon_model
 3D model of the cocoon, if present. More...
 

Detailed Description

Ant pupa phene.

Definition at line 30 of file ant-pupa-gene.hpp.

Member Data Documentation

◆ cocoon_model

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.

◆ cocoon_present

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.

◆ development_period

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.

◆ eclosion_period

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.


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