<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ClothColliderMaterial",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:22RealityFoundationCloth0C16ColliderMaterialV"
  },
  "title" : "ClothColliderMaterial"
}
-->

# ClothColliderMaterial

A struct that represents a collider’s material.

```
struct ClothColliderMaterial
```

## Topics

### Configuring friction

[`var kineticFriction: Float`](/documentation/RealityKit/ClothColliderMaterial/kineticFriction)

The friction the collider applies to contacting cloth body particles with relative motion.

[`var staticFriction: Float`](/documentation/RealityKit/ClothColliderMaterial/staticFriction)

The friction the collider applies to contacting cloth body particles with no relative motion.

### Initializers

[`init()`](/documentation/RealityKit/ClothColliderMaterial/init())

Creates a new material for cloth colliders.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)