GetSubEmitterProperties(int)
Gets the properties of the sub-emitter at the given index.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public ParticleSystemSubEmitterProperties GetSubEmitterProperties(int index)
Parameters
The index of the sub-emitter.
Returns
Type | Description |
|---|---|
| ParticleSystemSubEmitterProperties | The properties of the sub-emitter at the index. |