# PhysicsBody.BatchVelocity

> A batch item used to set the velocity of a PhysicsBody.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.U2D.Physics](/engine/6000.5/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public struct PhysicsBody.BatchVelocity
```

## Constructors

| Constructor                                                                                                                         | Description                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [BatchVelocity(Unity.U2D.Physics.PhysicsBody)](/engine/6000.5/script-reference/unity/u2d/physics/physicsbody/batchvelocity/ctor.md) | Create a default batch velocity, assigning the [PhysicsBody](/engine/6000.5/script-reference/unity/u2d/physics/physicsbody.md). |

## Properties

| Property                                                                                                          | Description                                                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [angularVelocity](/engine/6000.5/script-reference/unity/u2d/physics/physicsbody/batchvelocity/angularvelocity.md) | The angular velocity of the body, in degrees per second. [\_angularVelocity](/engine/6000.5/script-reference/unity/u2d/physics/physicsbody/angularvelocity.md). |
| [linearVelocity](/engine/6000.5/script-reference/unity/u2d/physics/physicsbody/batchvelocity/linearvelocity.md)   | The linear velocity of the body. [\_linearVelocity](/engine/6000.5/script-reference/unity/u2d/physics/physicsbody/linearvelocity.md).                           |
| [physicsBody](/engine/6000.5/script-reference/unity/u2d/physics/physicsbody/batchvelocity/physicsbody.md)         | The [PhysicsBody](/engine/6000.5/script-reference/unity/u2d/physics/physicsbody.md) to write to.                                                                |
