SpawnParticle.STEP

Undocumented in source.
struct SpawnParticle
enum STEP = q{ t += 0.002f; if (t > 1f) { mixin(REMOVE); } else { mixin(NEXT); } };

Meta