Function StaticBody2D.constantAngularVelocity
The body's constant angular velocity. This does not rotate the body, but affects colliding bodies, as if it were rotating.
double constantAngularVelocity() nothrow @property @nogc;
void constantAngularVelocity
(
double v
) nothrow @property @nogc;