---
title: staticFriction
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/clothcollidermaterial/staticfriction
---

# staticFriction

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

## Declaration

```swift
var staticFriction: Float { get set }
```

## Discussion

Discussion Must be non-negative; negative values are clamped to zero. The default value is 0.8.

## See Also

### Configuring friction

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