Class GyroscopeDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The Gyroscope changed event arguments class is used for storing the data returned by a gyroscope.
C#Copypublic class GyroscopeDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsGyroscopeDataUpdatedEventArgs
Properties
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 |