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

# ClothSimulationComponent.FrictionOverridesCollection.Value

The combined frictions that override the frictions used between a pair of materials.

```
struct Value
```

## Topics

### Creating a friction value

[`init(kineticFriction: Float, staticFriction: Float)`](/documentation/RealityKit/ClothSimulationComponent/FrictionOverridesCollection/Value/init(kineticFriction:staticFriction:))

Creates a friction override value with the given friction coefficients.

### Accessing friction values

[`var staticFriction: Float`](/documentation/RealityKit/ClothSimulationComponent/FrictionOverridesCollection/Value/staticFriction)

The static friction to use between the material pair.

[`var kineticFriction: Float`](/documentation/RealityKit/ClothSimulationComponent/FrictionOverridesCollection/Value/kineticFriction)

The kinetic friction to use between the material pair.

## Relationships

### Conforms To

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

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

---

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)