Function Particles2D.speedScale
Particle system's running speed scaling ratio. A value of 0
can be used to pause the particles.
double speedScale() nothrow @property @nogc;
void speedScale
(
double v
) nothrow @property @nogc;