# velocities

> The velocity of each particle.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.ParticleSystemJobs](/engine/6000.0/script-reference/unityengine/particlesystemjobs.md)
* **Assembly:** UnityEngine.ParticleSystemModule

```csharp
public readonly ParticleSystemNativeArray3 velocities { get; }
```

### Remarks

This array is stored in the Simulation Space of the Particle System, therefore it may contain data in either World or Local space.
