Version: 2020.2
public ParticleSystemColliderQueryMode colliderQueryMode ;

描述

Determines whether collider information is available when calling [[ParticleSystem::GetTriggerParticles]].

Use this option if you need to know which Colliders particles interacted with, inside the OnParticleTrigger callback.

Using it has an impact on performance, therefore it is disabled by default.