---
title: ClothGrabComponent.Falloff
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothgrabcomponent/falloff-swift.struct
---

# ClothGrabComponent.Falloff

Controls whether grab strength falls off based on particle distance from the volume surface.

## Declaration

```swift
struct Falloff
```

## Overview

Overview When grabbing particles using a volume, falloff determines how strongly particles are dragged based on their position within the volume. With falloff disabled, all particles inside the volume are dragged with equal strength. With falloff enabled, particles closer to the volume surface are dragged less strongly, producing smoother motion.

## Topics

### Type Properties

- [disabled](realitykit/clothgrabcomponent/falloff-swift.struct/disabled.md)
- [enabled](realitykit/clothgrabcomponent/falloff-swift.struct/enabled.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring the falloff

- [falloff](realitykit/clothgrabcomponent/falloff-swift.property.md)
