---
title: ClothColliderMaterial
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothcollidermaterial
---

# ClothColliderMaterial

A struct that represents a collider’s material.

## Declaration

```swift
struct ClothColliderMaterial
```

## Topics

### Configuring friction

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

### Initializers

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

## Relationships

### Conforms To

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

## See Also

### Collision

- [ClothColliderComponent](realitykit/clothcollidercomponent.md)
- [ClothColliderShape](realitykit/clothcollidershape.md)
- [ClothCollisionFilter](realitykit/clothcollisionfilter.md)
- [ClothCollisionGroupSet](realitykit/clothcollisiongroupset.md)
