This version of Unity is unsupported.

ParticleSystem.TriggerModule.RemoveCollider

Switch to Manual

Declaration

public void RemoveCollider(int index);

Parameters

index The Collider to remove.

Description

Removes a collision shape associated with this Particle System trigger.


Declaration

public void RemoveCollider(Component collider);

Parameters

collider The Collider to remove.

Description

Removes a collision shape associated with this Particle System trigger.