LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

ParticleSystem.EmissionModule.GetBurst

Switch to Manual
public ParticleSystem.Burst GetBurst(int index);

Parameters

indexThe index of the burst to retrieve.

Returns

Burst The burst data at the given index.

Description

Get a single burst from the array of bursts.