Antkeeper
0.0.1
|
Causes an entity to decay, deleting the entity when the decay is complete. More...
#include <decay-component.hpp>
Public Attributes | |
float | rate {} |
Decay rate. More... | |
float | progress {} |
Decay progress, on [0, 1] . More... | |
Causes an entity to decay, deleting the entity when the decay is complete.
Definition at line 26 of file decay-component.hpp.
float decay_component::progress {} |
Decay progress, on [0, 1]
.
Definition at line 32 of file decay-component.hpp.
float decay_component::rate {} |
Decay rate.
Definition at line 29 of file decay-component.hpp.