Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

EmissionModule

struct in UnityEngine

/

Implemented in:UnityEngine.ParticleSystemModule

Switch to Manual

Description

Script interface for the Emission module.

Properties

burstCountThe current number of bursts.
enabledEnable/disable the Emission module.
rateOverDistanceThe rate at which new particles are spawned, over distance.
rateOverDistanceMultiplierChange the rate over distance multiplier.
rateOverTimeThe rate at which new particles are spawned, over time.
rateOverTimeMultiplierChange the rate over time multiplier.

Public Methods

GetBurstGet a single burst from the array of bursts.
GetBurstsGet the burst array.
SetBurstSet a single burst in the array of bursts.
SetBurstsSet the burst array.

Did you find this page useful? Please give it a rating: