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

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

Detailed Description

Ant egg phene.

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

Member Data Documentation

◆ eclosion_period

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.

◆ incubation_period

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.

◆ model

std::shared_ptr<render::model> ant_egg_phene::model

3D model of the egg.

Definition at line 39 of file ant-egg-gene.hpp.


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