# gravity

> Apply gravity to particles within the volume of the Force Field.

## Definition

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

```csharp
public ParticleSystem.MinMaxCurve gravity { get; set; }
```

### Remarks

Particles affected by the gravity effect will be attracted towards the focal point of the gravity. This can be set using the [ParticleSystemForceField.gravityFocus](/engine/6000.5/script-reference/unityengine/particlesystemforcefield/gravityfocus.md) property. Additional Resources: [ParticleSystemForceField](/engine/6000.5/script-reference/unityengine/particlesystemforcefield.md).
