RigidBody.sleeping

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

  1. bool sleeping [@property getter]
    struct RigidBody
    @nogc nothrow @property
    bool
    sleeping
    ()
  2. bool sleeping [@property setter]

Meta