---
title: sensorsActive
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcmotion/sensorsactive
---

# sensorsActive

A Boolean value that indicates whether the sensors that compute the motion data are active.

## Declaration

```swift
var sensorsActive: Bool { get set }
```

## Discussion

Discussion true if the sensors are active; otherwise, false.

## See Also

### Accessing Sensor Data

- [sensorsRequireManualActivation](gamecontroller/gcmotion/sensorsrequiremanualactivation.md)
