Function PhysicsDirectBodyState.sleeping
If true
, this body is currently sleeping (not active).
bool sleeping() nothrow @property @nogc;
void sleeping
(
bool v
) nothrow @property @nogc;
If true
, this body is currently sleeping (not active).
bool sleeping() nothrow @property @nogc;
void sleeping
(
bool v
) nothrow @property @nogc;