Function CPUParticles.mesh

The Mesh used for each particle. If null, particles will be spheres.

Mesh mesh() nothrow @property @nogc;

void mesh (
  Mesh v
) nothrow @property @nogc;