Class GyroscopeRotationVectorSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The GyroscopeRotationVectorSensor changed event arguments class is used for storing the data returned by a gyroscope rotation vector sensor.
C#
Copy
public class GyroscopeRotationVectorSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args GyroscopeRotation Vector Sensor Data Updated Event Args
Properties
Declaration
C#
Copy
public SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
Sensor |
Accuracy |
Declaration
C#
Copy
public float W { get; }
Property Value
Type | Description |
---|---|
float | W |
Declaration
C#
Copy
public float X { get; }
Property Value
Type | Description |
---|---|
float | X |
Declaration
C#
Copy
public float Y { get; }
Property Value
Type | Description |
---|---|
float | Y |
Declaration
C#
Copy
public float Z { get; }
Property Value
Type | Description |
---|---|
float | Z |