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

Meta