GetSubEmitterSystem(int)
Gets the sub-emitter Particle System at the given index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public ParticleSystem GetSubEmitterSystem(int index)
Parameters
The index of the desired sub-emitter.
Returns
Type | Description |
|---|---|
| ParticleSystem | The sub-emitter at the index. |