Type Boolean Object ParticleSystem Library physics.* Revision Release 2025.3721 Keywords particleStrictContactCheck, physics, LiquidFun See also physics.newParticleSystem()
This boolean property controls the strict particle/body contact check. This value is false by default.
local particleSystem = physics.newParticleSystem(
{
filename = "particle.png",
radius = 2
}
)
particleSystem.particleStrictContactCheck = false