GetSubEmitterType(int)
Gets the type of the sub-emitter at the given index.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public ParticleSystemSubEmitterType GetSubEmitterType(int index)
Parameters
The index of the desired sub-emitter.
Returns
Type | Description |
|---|---|
| ParticleSystemSubEmitterType | The type of sub-emitter at the index. |