Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

index

The index of the burst to retrieve.

Returns

Type

Description

BurstThe burst data at the given index.

Remarks