# otherBodyLinearVelocity

> Linear velocity of the second Rigidbody or the ArticulationBody in the pair at the moment of collision.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
public Vector3 otherBodyLinearVelocity { get; }
```

### Remarks

Returns [\_zero](/engine/6000.7/script-reference/unityengine/vector3/zero.md) if no [Rigidbody](/engine/6000.7/script-reference/unityengine/rigidbody.md) or [ArticulationBody](/engine/6000.7/script-reference/unityengine/articulationbody.md) is attached to the second shape in the pair.
