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#Copypublic class OrientationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsOrientationSensorDataUpdatedEventArgs
Properties
Declaration
C#Copypublic float Azimuth { get; }
Property Value
| Type | Description |
|---|---|
| float | Azimuth |
Declaration
C#Copypublic float Pitch { get; }
Property Value
| Type | Description |
|---|---|
| float | Pitch |
Declaration
C#Copypublic float Roll { get; }
Property Value
| Type | Description |
|---|---|
| float | Roll |