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