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.

struct VisualServerSingleton
@nogc nothrow
void
particlesSetPreProcessTime
(
in RID particles
,
in double time
)

Meta