object.particleStrictContactCheck

Type Boolean
Object ParticleSystem
Library physics.*
Revision Release 2024.3703
Keywords particleStrictContactCheck, physics, LiquidFun
See also physics.newParticleSystem()

Overview

This boolean property controls the strict particle/body contact check. This value is false by default.

Example

local particleSystem = physics.newParticleSystem(
    {
        filename = "particle.png",
        radius = 2
    }
)

particleSystem.particleStrictContactCheck = false