VisualServerSingleton.particlesSetEmitting

If true, particles will emit over time. Setting to false does not reset the particles, but only stops their emission. Equivalent to Particles.emitting.

struct VisualServerSingleton
@nogc nothrow
void
particlesSetEmitting
(
in RID particles
,
in bool emitting
)

Meta