A batch item used to set the velocity of a PhysicsBody.
| Property | Description |
|---|---|
| angularVelocity | The angular velocity of the body, in degrees per second. PhysicsBody.angularVelocity. |
| linearVelocity | The linear velocity of the body. PhysicsBody.linearVelocity. |
| physicsBody | The PhysicsBody to write to. |
| Constructor | Description |
|---|---|
| PhysicsBody.BatchVelocity | Create a default batch velocity, assigning the PhysicsBody. |