Particle System Operators/Lifespan Decay
Jump to navigation
Jump to search
Lifespan Decay
Kills particles whose lifespan has elapsed.
While particles have a life duration that is usually initialized upon creation, without an operator to actually destroy the particle, the life duration is just another field filled with data. Decay operators act upon various conditions in order to destroy particles.
Lifespan Decay checks against the particle's lifespan and if it has exceeded that time, kills the particle.