Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemovePlane

Removes a collision plane associated with this Particle System.
Read time 1 minuteLast updated 7 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

index

The collision plane to remove.

RemovePlane(Transform)

Removes a collision plane associated with this Particle System.
public void RemovePlane(Transform transform)

Parameters

transform

The collision plane to remove.