VisualServerSingleton.particlesSetFixedFps

Sets the frame rate that the particle system rendering will be fixed to. Equivalent to Particles.fixedFps.

struct VisualServerSingleton
@nogc nothrow
void
particlesSetFixedFps
(
in RID particles
,
in long fps
)

Meta