This version of Unity is unsupported.

ParticleSystem.CollisionModule.RemovePlane

Switch to Manual
public void RemovePlane(int index);

Parameters

index The collision plane to remove.

Description

Removes a collision plane associated with this Particle System.


public void RemovePlane(Transform transform);

Parameters

transform The collision plane to remove.

Description

Removes a collision plane associated with this Particle System.