---
title: ClothSimulationComponent.FrictionOverridesCollection.Value
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothsimulationcomponent/frictionoverridescollection/value
---

# ClothSimulationComponent.FrictionOverridesCollection.Value

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

## Declaration

```swift
struct Value
```

## Topics

### Creating a friction value

- [init(kineticFriction:staticFriction:)](realitykit/clothsimulationcomponent/frictionoverridescollection/value/init(kineticfriction:staticfriction:).md)

### Accessing friction values

- [staticFriction](realitykit/clothsimulationcomponent/frictionoverridescollection/value/staticfriction.md)
- [kineticFriction](realitykit/clothsimulationcomponent/frictionoverridescollection/value/kineticfriction.md)

## Relationships

### Conforms To

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

## See Also

### Identifying overrides

- [ClothSimulationComponent.FrictionOverridesCollection.Key](realitykit/clothsimulationcomponent/frictionoverridescollection/key.md)
