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.