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