ParticleSystemColliderQueryMode
Whether collider information is available when using the ParticlePhysicsExtensions.GetTriggerParticles method.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemColliderQueryMode
Fields
Value | Description |
|---|---|
| All | ParticlePhysicsExtensions.GetTriggerParticles returns all colliders that each particle is interacting with. |
| 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. |