Skip to content

ParticleEmitterComponent.Play() Method

Definition

Namespace: Brine2D.Systems.Rendering

Starts or restarts the emitter from a clean state. Re-enables the emitter, begins emission, resumes if paused, re-arms the burst, and resets all timers. Any pending Stop() is cancelled so live particles are not cleared.

C#
public void Play();