---
title: ClothBodyMaterial
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothbodymaterial
---

# ClothBodyMaterial

A struct that represents a cloth body’s material.

## Declaration

```swift
struct ClothBodyMaterial
```

## Topics

### Configuring stiffness and damping

- [springStiffness](realitykit/clothbodymaterial/springstiffness.md)
- [bendStiffness](realitykit/clothbodymaterial/bendstiffness.md)
- [crossTetherStiffness](realitykit/clothbodymaterial/crosstetherstiffness.md)
- [laplacianDamping](realitykit/clothbodymaterial/laplaciandamping.md)

### Configuring friction

- [staticFriction](realitykit/clothbodymaterial/staticfriction.md)
- [kineticFriction](realitykit/clothbodymaterial/kineticfriction.md)

### Initializers

- [init()](realitykit/clothbodymaterial/init().md)

## Relationships

### Conforms To

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

## See Also

### Simulation and bodies

- [ClothSimulationComponent](realitykit/clothsimulationcomponent.md)
- [ClothBodyComponent](realitykit/clothbodycomponent.md)
- [ClothGrabComponent](realitykit/clothgrabcomponent.md)
- [ClothForceVolumeComponent](realitykit/clothforcevolumecomponent.md)
- [ClothQueryVolumeComponent](realitykit/clothqueryvolumecomponent.md)
- [ClothCoordinateSpace](realitykit/clothcoordinatespace.md)
- [PerClothVertexData](realitykit/perclothvertexdata.md)
