---
title: rotationStiffness
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/ikcomponent/joint/rotationstiffness
---

# rotationStiffness

The per-axis rotational stiffness of the joint.

## Declaration

```swift
var rotationStiffness: SIMD3<Float> { get set }
```

## Discussion

Discussion A joint with higher stiffness will rotate less to reach demands. This value is in the closed range [0, 1], where 0 means the joint is free to rotate, and 1 allows no movement.
