---
title: ClothBodyComponent.ParticleMotionType
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothbodycomponent/particlemotiontype
---

# ClothBodyComponent.ParticleMotionType

Defines whether a particle is moved by the simulation or by the entity transform.

## Declaration

```swift
struct ParticleMotionType
```

## Topics

### Type Properties

- [dynamic](realitykit/clothbodycomponent/particlemotiontype/dynamic.md)
- [kinematic](realitykit/clothbodycomponent/particlemotiontype/kinematic.md)

## Relationships

### Conforms To

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

## See Also

### Controlling cloth motion

- [motionTypes](realitykit/clothbodycomponent/motiontypes.md)
- [mass](realitykit/clothbodycomponent/mass.md)
- [resetDeformation(entity:)](realitykit/clothbodycomponent/resetdeformation(entity:).md)
