GetBurst(int)
Gets a single burst from the array of bursts.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public ParticleSystem.Burst GetBurst(int index)
Parameters
The index of the burst to retrieve.
Returns
Type | Description |
|---|---|
| Burst | The burst data at the given index. |
Remarks
Additional Resources: ParticleSystem.Burst, ParticleSystem.EmissionModule.GetBursts.