---
title: motionTypes
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/clothbodycomponent/motiontypes
---

# motionTypes

Motion types for each particle in the body.

## Declaration

```swift
var motionTypes: PerClothVertexData<ClothBodyComponent.ParticleMotionType>
```

## Discussion

Discussion By default, the motion types are set to .dynamic.

## See Also

### Controlling cloth motion

- [ClothBodyComponent.ParticleMotionType](realitykit/clothbodycomponent/particlemotiontype.md)
- [mass](realitykit/clothbodycomponent/mass.md)
- [resetDeformation(entity:)](realitykit/clothbodycomponent/resetdeformation(entity:).md)
