VisualServerSingleton.particlesSetFractionalDelta

If true, uses fractional delta which smooths the movement of the particles. Equivalent to Particles.fractDelta.

struct VisualServerSingleton
@nogc nothrow
void
particlesSetFractionalDelta
(
in RID particles
,
in bool enable
)

Meta