# angularVelocity

> The angular velocity of the body defined in world space.

## Definition

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

```csharp
public Vector3 angularVelocity { get; set; }
```

### Remarks

Setting a specific angular velocity only affects the root articulation body.

Unit of measurement - radians per second.
