Function Physics2DDirectBodyState.sleeping

If true, this body is currently sleeping (not active).

bool sleeping() nothrow @property @nogc;

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