Function CPUParticles2D.lifetime

Amount of time each particle will exist.

double lifetime() nothrow @property @nogc;

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