Skip to content

format

typescript
ParticleSystem.emissionModuleRateOverTime

class: ParticleSystem

description

The rate at which the emitter generates new particles over time.

parameter

param_nametypedescription

reture

typedescription
PSCurveThe rate at which the emitter generates new particles over time.

code example

typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.emissionModuleRateOverTime;