RemovePlane
Removes a collision plane associated with this Particle System.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
RemovePlane(int)
Removes a collision plane associated with this Particle System.
public void RemovePlane(int index)
Parameters
The collision plane to remove.
RemovePlane(Transform)
Removes a collision plane associated with this Particle System.
public void RemovePlane(Transform transform)
Parameters
The collision plane to remove.