---
title: dynamic
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/clothbodycomponent/particlemotiontype/dynamic
---

# dynamic

Dynamic particles are moved exclusively by the simulation, and ignore changes to the entity transform.

## Declaration

```swift
static var dynamic: ClothBodyComponent.ParticleMotionType { get }
```
