RigidBody.sleeping

If true, the body will not move and will not calculate forces until woken up by another body through, for example, a collision, or by using the applyImpulse or addForce methods.

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

Meta