Class OrientationSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The OrientationSensor changed event arguments class is used for storing the data returned by a orientation sensor.
C#
Copy
public class OrientationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args OrientationSensor Data Updated Event Args
Properties
Declaration
C#
Copy
public float Azimuth { get; }
Property Value
Type | Description |
---|---|
float | Azimuth |
Declaration
C#
Copy
public float Pitch { get; }
Property Value
Type | Description |
---|---|
float | Pitch |
Declaration
C#
Copy
public float Roll { get; }
Property Value
Type | Description |
---|---|
float | Roll |