---
title: isGrabbing
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/clothgrabcomponent/isgrabbing
---

# isGrabbing

Indicates whether particles are currently being grabbed.

## Declaration

```swift
var isGrabbing: Bool
```

## Discussion

Discussion When first set to true, a selection of particles is made using the ray or volume. In the following frames, all selected particles will be dragged around until this value is set back to false.
