Type Number Object ParticleSystem Library physics.* Revision Release 2022.3683 Keywords particleRadius, physics, LiquidFun See also physics.newParticleSystem() object.imageRadius
This numerical property controls the radius of particles. This value is 1.0
by default.
If you change the radius during execution, existing particles may explode, shrink, or behave unexpectedly.
local particleSystem = physics.newParticleSystem( { filename = "particle.png", radius = 2 } ) particleSystem.particleRadius = 3.0