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.
public class GyroscopeRotationVectorSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsGyroscopeRotationVectorSensorDataUpdatedEventArgs
Properties
View SourceAccuracy
Gets the accuracy of the gyroscope rotation vector data.
Declaration
public SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
W
Gets the W component of the gyroscope rotation vector.
Declaration
public float W { get; }
Property Value
Type | Description |
---|---|
float | W |
X
Gets the X component of the gyroscope rotation vector.
Declaration
public float X { get; }
Property Value
Type | Description |
---|---|
float | X |
Y
Gets the Y component of the gyroscope rotation vector.
Declaration
public float Y { get; }
Property Value
Type | Description |
---|---|
float | Y |
Z
Gets the Z component of the gyroscope rotation vector.
Declaration
public float Z { get; }
Property Value
Type | Description |
---|---|
float | Z |