Function StaticBody.constantAngularVelocity

The body's constant angular velocity. This does not rotate the body, but affects other bodies that touch it, as if it was in a state of rotation.

Vector3 constantAngularVelocity() nothrow @property @nogc;

void constantAngularVelocity (
  Vector3 v
) nothrow @property @nogc;