Function CPUParticles2D.explosiveness

How rapidly particles in an emission cycle are emitted. If greater than 0, there will be a gap in emissions before the next cycle begins.

double explosiveness() nothrow @property @nogc;

void explosiveness (
  double v
) nothrow @property @nogc;