GyroscopeChangedEventArgs
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid
Contains the current axis reading information from the gyroscope.
- C#
- VB.NET
public class GyroscopeChangedEventArgs : EventArgs
Public Class GyroscopeChangedEventArgs
Inherits EventArgs
Constructors
GyroscopeChangedEventArgs(reading)
Initializes a new instance of the GyroscopeChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| reading | GyroscopeData | The gyroscope data reading. |
Properties
Reading
GyroscopeData: The current values of the gyroscope.