Version: 2022.1
언어: 한국어
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.