Whether collider information is available when using the ParticlePhysicsExtensions.GetTriggerParticles method.
| Property | Description |
|---|---|
| Disabled | ParticlePhysicsExtensions.GetTriggerParticles does not return any information about which colliders each particle is interacting with. |
| One | ParticlePhysicsExtensions.GetTriggerParticles may only return one collider that each particle is interacting with. |
| All | ParticlePhysicsExtensions.GetTriggerParticles returns all colliders that each particle is interacting with. |