Antkeeper
0.0.1
|
Pupal development parameters. More...
#include <pupa-component.hpp>
Public Attributes | |
float | development_period {} |
Duration of the development period, in days. More... | |
float | development_phase {} |
Current development phase, on [0, 1] . More... | |
entity::id | cocoon_eid {entt::null} |
ID of the cocoon entity. More... | |
std::shared_ptr< render::matvar_float > | decay_phase_matvar |
Material variable associated with the cocoon decay phase. More... | |
Pupal development parameters.
Definition at line 29 of file pupa-component.hpp.
entity::id pupa_component::cocoon_eid {entt::null} |
ID of the cocoon entity.
Definition at line 38 of file pupa-component.hpp.
std::shared_ptr<render::matvar_float> pupa_component::decay_phase_matvar |
Material variable associated with the cocoon decay phase.
Definition at line 41 of file pupa-component.hpp.
float pupa_component::development_period {} |
Duration of the development period, in days.
Definition at line 32 of file pupa-component.hpp.
float pupa_component::development_phase {} |
Current development phase, on [0, 1]
.
Definition at line 35 of file pupa-component.hpp.