VisualServerSingleton.particlesSetDrawOrder

Sets the draw order of the particles to one of the named enums from particlesdraworder. See particlesdraworder for options. Equivalent to Particles.drawOrder.

struct VisualServerSingleton
@nogc nothrow
void
particlesSetDrawOrder
(
in RID particles
,
in long order
)

Meta