Skip to main content

OrientationSensorChangedEventArgs

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid

Contains the current orientation information from the sensor.

public class OrientationSensorChangedEventArgs : EventArgs

Constructors

Instance memberOrientationSensorChangedEventArgs(reading)

Initializes a new instance of the OrientationSensorChangedEventArgs class.

NameTypeDescription
readingOrientationSensorDataThe orientation sensor data reading.

Properties

Instance memberReading

OrientationSensorData: The current values of the orientation sensor.