Function RigidBody.sleeping

If true, the body is sleeping and will not calculate forces until woken up by a collision or the apply_impulse method.

bool sleeping() nothrow @property @nogc;

void sleeping (
  bool v
) nothrow @property @nogc;