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.SetBurst

Switch to Manual
public void SetBurst(int index, ParticleSystem.Burst burst);

Parameters

indexThe index of the burst to retrieve.
burstThe new burst data to apply to the Particle System.

Description

Set a single burst in the array of bursts.