Function VisualServerSingleton.particlesSetPreProcessTime

Sets the preprocess time for the particles animation. This lets you delay starting an animation until after the particles have begun emitting. Equivalent to Particles.preprocess.

void particlesSetPreProcessTime (
  const(RID) particles,
  const(double) time
) nothrow @nogc;