---
title: ClothSimulationComponent.Material
framework: realitykit
role: symbol
role_heading: Enumeration
path: realitykit/clothsimulationcomponent/material
---

# ClothSimulationComponent.Material

A material that represents a cloth body or collider material.

## Declaration

```swift
enum Material
```

## Topics

### Creating a material

- [ClothSimulationComponent.Material.bodyMaterial(_:)](realitykit/clothsimulationcomponent/material/bodymaterial(_:).md)
- [ClothSimulationComponent.Material.colliderMaterial(_:)](realitykit/clothsimulationcomponent/material/collidermaterial(_:).md)

## Relationships

### Conforms To

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

## See Also

### Assigning materials

- [materials](realitykit/clothsimulationcomponent/materials.md)
- [ClothSimulationComponent.MaterialCollection](realitykit/clothsimulationcomponent/materialcollection.md)
