Function ParticlesMaterial.trailDivisor
Emitter will emit amount
divided by trail_divisor
particles. The remaining particles will be used as trail(s).
long trailDivisor() nothrow @property @nogc;
void trailDivisor
(
long v
) nothrow @property @nogc;