Class GyroscopeDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

The Gyroscope changed event arguments class is used for storing the data returned by a gyroscope.

C#
Copy
public class GyroscopeDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
GyroscopeDataUpdatedEventArgs

Properties

View Source

X

Gets the X component of the gyroscope data.

Declaration
C#
Copy
public float X { get; }
Property Value
Type Description
System.Single

X

API Level: 3
View Source

Y

Gets the Y component of the gyroscope data.

Declaration
C#
Copy
public float Y { get; }
Property Value
Type Description
System.Single

Y

API Level: 3
View Source

Z

Gets the Z component of the gyroscope data.

Declaration
C#
Copy
public float Z { get; }
Property Value
Type Description
System.Single

Z

API Level: 3