Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ParticleSystem.EmissionModule.GetBurst

Switch to Manual

Declaration

public ParticleSystem.Burst GetBurst(int index);

Parameters

index The index of the burst to retrieve.

Returns

Burst The burst data at the given index.

Description

Gets a single burst from the array of bursts.