GetPlane(int)
Get a collision plane associated with this Particle System.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public Transform GetPlane(int index)
Parameters
The plane to return.
Returns
Type | Description |
|---|---|
| Transform | The plane. |