RemoveCollider
Removes a collision shape associated with this Particle System trigger.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
RemoveCollider(int)
Removes a collision shape associated with this Particle System trigger.
public void RemoveCollider(int index)
Parameters
The Collider to remove.
Remarks
Additional Resources: ParticleSystem.TriggerModule.AddCollider.
RemoveCollider(Component)
Removes a collision shape associated with this Particle System trigger.
public void RemoveCollider(Component collider)
Parameters
The Collider to remove.
Remarks
Additional Resources: ParticleSystem.TriggerModule.AddCollider.