Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetBurst(int, Burst)

Sets a single burst in the array of bursts.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public void SetBurst(int index, ParticleSystem.Burst burst)

Parameters

index

The index of the burst to set.

burst

The new burst data to apply to the Particle System.

Remarks