# Velocity

> Drives in this mode have a very high damping and track the ArticulationDrive.targetVelocity almost kinematically.

## Definition

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

```csharp
Velocity = 3
```

### Remarks

The damping value that's used in this mode is not serialized, so switching back to a different [ArticulationDriveType](/engine/6000.0/script-reference/unityengine/articulationdrivetype.md) will use the serialized values.
