Gyroscope Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gyroscope data of the rotation around the device's three primary axis.
public static class Gyroscope
- Inheritance
-
System.ObjectGyroscope
Properties
IsMonitoring |
Gets if gyro is being monitored. |
Methods
Start(SensorSpeed) |
Start monitoring for changes to gyro. |
Stop() |
Stop monitoring for changes to gyro. |
Events
ReadingChanged |
Event triggered when reading of sensor changes. |