Function VisualServerSingleton.particlesSetDrawPasses

Sets the number of draw passes to use. Equivalent to Particles.drawPasses.

void particlesSetDrawPasses (
  const(RID) particles,
  const(long) count
) nothrow @nogc;