Class OrientationSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The OrientationSensor changed event arguments class is used for storing the data returned by a orientation sensor.
public class OrientationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsOrientationSensorDataUpdatedEventArgs
Properties
View SourceAzimuth
Gets the azimuth component of the orientation.
Declaration
public float Azimuth { get; }
Property Value
Type | Description |
---|---|
float | Azimuth |
Pitch
Gets the pitch component of the orientation.
Declaration
public float Pitch { get; }
Property Value
Type | Description |
---|---|
float | Pitch |
Roll
Gets the roll component of the orientation.
Declaration
public float Roll { get; }
Property Value
Type | Description |
---|---|
float | Roll |