Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystem.EmissionModule

Script interface for the EmissionModule of a Particle System.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public struct ParticleSystem.EmissionModule

Remarks

Additional Resources: ParticleSystem, ParticleSystem.emission.

Properties

Property

Description

burstCountThe current number of bursts.
enabledSpecifies whether the EmissionModule is enabled or disabled.
rateOverDistanceThe rate at which the emitter spawns new particles over distance.
rateOverDistanceMultiplierChange the rate over distance multiplier.
rateOverTimeThe rate at which the emitter spawns new particles over time.
rateOverTimeMultiplierChange the rate over time multiplier.

Methods

Method

Description

GetBurstGets a single burst from the array of bursts.
GetBurstsGets the burst array.
SetBurstSets a single burst in the array of bursts.
SetBurstsSets the burst array.