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]
  2. bool sleeping [@property setter]
    struct RigidBody
    @nogc nothrow @property
    void
    sleeping
    (
    bool v
    )

Meta