Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

index

The Collider to remove.

Remarks

RemoveCollider(Component)

Removes a collision shape associated with this Particle System trigger.
public void RemoveCollider(Component collider)

Parameters

collider

The Collider to remove.

Remarks