struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseScript interface for the EmissionModule of a Particle System.
See Also: ParticleSystem, ParticleSystem.emission.
burstCount | The current number of bursts. |
enabled | Specifies whether the EmissionModule is enabled or disabled. |
rateOverDistance | The rate at which the emitter spawns new particles over distance. |
rateOverDistanceMultiplier | Change the rate over distance multiplier. |
rateOverTime | The rate at which the emitter spawns new particles over time. |
rateOverTimeMultiplier | Change the rate over time multiplier. |