public void RemovePlane (int index);

Parameters

indexThe collision plane to remove.

Description

Removes a collision plane associated with this Particle System.


public void RemovePlane (Transform transform);

Parameters

transformThe collision plane to remove.

Description

Removes a collision plane associated with this Particle System.