Type Boolean Object ParticleSystem Library physics.* Revision 2017.3060 Keywords particlePaused, physics, LiquidFun See also physics.newParticleSystem()
This boolean property controls pausing of the simulation of particles. This value is false
by default, meaning that the simulation should be executed as normal.
local particleSystem = physics.newParticleSystem( { filename = "particle.png", radius = 2 } ) particleSystem.particlePaused = false