ParticleSystem
APIs that are added to ParticleSystem(Effect) objects.
Methods
.emit()
.emit(life)
Play the particle system effect
- life : The amount of time the effect lasts. The unit is seconds. The default value is Infinity.
.stopEmit()
Stops particle system effects.