Type Boolean Object ParticleSystem Library physics.* Revision 2017.3060 Keywords particleDestructionByAge, physics, LiquidFun See also physics.newParticleSystem()
This boolean property controls the destruction of particles based on their age. This value is true
by default.
local particleSystem = physics.newParticleSystem( { filename = "particle.png", radius = 2 } ) particleSystem.particleDestructionByAge = true