20 #ifndef ANTKEEPER_GAME_LARVA_COMPONENT_HPP
21 #define ANTKEEPER_GAME_LARVA_COMPONENT_HPP
entt::entity id
Entity ID type.
Larval development parameters.
float spinning_phase
Current phase of the cocoon-spinning, on [0, 1].
float development_phase
Current development phase, on [0, 1].
entity::id cocoon_eid
ID of the cocoon entity.
float spinning_period
Duration of the cocoon-spinning period, in days.
std::shared_ptr< render::matvar_float > spinning_phase_matvar
Material variable associated with the cocoon-spinning phase.
float development_period
Duration of the development period, in days.