---
title: crossTetherStiffness
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/clothbodymaterial/crosstetherstiffness
---

# crossTetherStiffness

The resistance to shearing between opposing vertices.

## Declaration

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

## Discussion

Discussion The valid range is [0.0, 1.0], both included. Values outside the valid range are clamped. The default value is 0.25.

## See Also

### Configuring stiffness and damping

- [springStiffness](realitykit/clothbodymaterial/springstiffness.md)
- [bendStiffness](realitykit/clothbodymaterial/bendstiffness.md)
- [laplacianDamping](realitykit/clothbodymaterial/laplaciandamping.md)
