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

# kinematic

Kinematic particles are moved with the entity transform, and cannot be moved in any way by the simulation.

## Declaration

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