# velocity

> Get the world-space speed of the camera (Read Only).

## Definition

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

```csharp
public Vector3 velocity { get; }
```

### Remarks

This camera's motion in units per second as it was during the last frame.
