particleDiesOnCollision
A Boolean value that determines whether particles are removed from the scene upon colliding with another object.
Declaration
var particleDiesOnCollision: Bool { get set }Discussion
This property has no effect if the colliderNodes array is empty or contains no nodes with attached geometry.
The default value is false, specifying that particles remain in the scene after a collision. The particleBounce and particleFriction properties determine whether and how particles bounce or slide after colliding with a geometry.