RigidBody.linearVelocity

The body's linear velocity. Can be used sporadically, but DON'T SET THIS IN EVERY FRAME, because physics may run in another thread and runs at a different granularity. Use _integrateForces as your process loop for precise control of the body state.

  1. Vector3 linearVelocity [@property getter]
    struct RigidBody
    @nogc nothrow @property
    Vector3
    linearVelocity
    ()
  2. Vector3 linearVelocity [@property setter]

Meta