# SetDriveTargetVelocity(ArticulationDriveAxis, float)

> Sets the target velocity value of the specified drive.

## Definition

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

```csharp
public void SetDriveTargetVelocity(ArticulationDriveAxis axis, float value)
```

### Parameters

**** (\[ArticulationDriveAxis]\(/engine/6000.5/script-reference/unityengine/articulationdriveaxis)): The drive axis.**** (\[float]\(https\://learn.microsoft.com/dotnet/api/system.single)): The value to set the target velocity to.

### Remarks

Additional Resources: [ArticulationDrive.targetVelocity](/engine/6000.5/script-reference/unityengine/articulationdrive/targetvelocity.md).
