GetCollider(int)
Gets a collision shape associated with this Particle System trigger.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public Component GetCollider(int index)
Parameters
The Collider to return.
Returns
Type | Description |
|---|---|
| Component | The Collider at the given index. |
Remarks
Additional Resources: ParticleSystem.TriggerModule.SetCollider.