Function CPUParticles.angularVelocity
Initial angular velocity applied to each particle. Sets the speed of rotation of the particle.
double angularVelocity() nothrow @property @nogc;
void angularVelocity
(
double v
) nothrow @property @nogc;