Class RotationVectorSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The RotationVectorSensor changed event arguments class is used for storing the data returned by a rotation vector sensor.
C#Copypublic class RotationVectorSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRotationVectorSensorDataUpdatedEventArgs
Properties
Declaration
C#Copypublic SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
Declaration
C#Copypublic float W { get; }
Property Value
Type | Description |
---|---|
float | W |
Declaration
C#Copypublic float X { get; }
Property Value
Type | Description |
---|---|
float | X |
Declaration
C#Copypublic float Y { get; }
Property Value
Type | Description |
---|---|
float | Y |
Declaration
C#Copypublic float Z { get; }
Property Value
Type | Description |
---|---|
float | Z |