ParticleSystem.EmissionModule
Script interface for the EmissionModule of a Particle System.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public struct ParticleSystem.EmissionModule
Remarks
Additional Resources: ParticleSystem, ParticleSystem.emission.
Properties
Property | Description |
|---|---|
| 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. |