format
typescript
ParticleSystem.emissionModuleRateOverTimeclass: ParticleSystem
description
The rate at which the emitter generates new particles over time.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
PSCurve | The 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;