---
title: rotationRate
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcmotion/rotationrate
---

# rotationRate

The rotation rate of the controller.

## Declaration

```swift
var rotationRate: GCRotationRate { get }
```

## Discussion

Discussion The rotation rate is a gyroscopic measurement of the controller’s rotation around the x, y, and z axes.

## See Also

### Accessing Attitude and Rotation Data

- [attitude](gamecontroller/gcmotion/attitude.md)
- [GCQuaternion](gamecontroller/gcquaternion.md)
- [GCRotationRate](gamecontroller/gcrotationrate.md)
- [GCEulerAngles](gamecontroller/gceulerangles.md)
