# randomPositionAmount

> Randomizes the starting position of particles.

## Definition

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

```csharp
public float randomPositionAmount { get; set; }
```

### Remarks

A higher value applies more randomization to the particle positions.

Additional Resources: [\_shapeType](/engine/6000.7/script-reference/unityengine/particlesystem/shapemodule/shapetype.md)
