---
title: ClothMeshShape
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothmeshshape
---

# ClothMeshShape

Shape representing a mesh with a configurable inflation bias.

## Declaration

```swift
struct ClothMeshShape
```

## Topics

### Creating a cloth mesh shape

- [init(mesh:bias:)](realitykit/clothmeshshape/init(mesh:bias:).md)

### Configuring the mesh shape

- [mesh](realitykit/clothmeshshape/mesh.md)
- [bias](realitykit/clothmeshshape/bias.md)

## Relationships

### Conforms To

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

## See Also

### Cloth shapes

- [ClothPlaneShape](realitykit/clothplaneshape.md)
- [ClothBoxShape](realitykit/clothboxshape.md)
- [ClothRoundedBoxShape](realitykit/clothroundedboxshape.md)
- [ClothSphereShape](realitykit/clothsphereshape.md)
- [ClothCapsuleShape](realitykit/clothcapsuleshape.md)
- [ClothVolumeShape](realitykit/clothvolumeshape.md)
