# rotations

> The rotation of each particle.

## Definition

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

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

### Remarks

When using 3D rotation, all three axes contain data, otherwise only the z-axis contains rotation data.
