VisualServerSingleton.particlesSetAmount

Sets the number of particles to be drawn and allocates the memory for them. Equivalent to Particles.amount.

struct VisualServerSingleton
@nogc nothrow
void
particlesSetAmount
(
in RID particles
,
in long amount
)

Meta