VisualServerSingleton.particlesSetProcessMaterial

Sets the material for processing the particles. Note: this is not the material used to draw the materials. Equivalent to Particles.processMaterial.

struct VisualServerSingleton
@nogc nothrow
void
particlesSetProcessMaterial
(
in RID particles
,
in RID material
)

Meta