Class LinearAccelerationSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The LinearAccelerationSensor changed event arguments class is used for storing the data returned by a linear acceleration sensor.
public class LinearAccelerationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsLinearAccelerationSensorDataUpdatedEventArgs
Properties
View SourceX
Gets the X component of the linear acceleration.
Declaration
public float X { get; }
Property Value
Type | Description |
---|---|
float | X |
Y
Gets the Y component of the linear acceleration.
Declaration
public float Y { get; }
Property Value
Type | Description |
---|---|
float | Y |
Z
Gets the Z component of the linear acceleration.
Declaration
public float Z { get; }
Property Value
Type | Description |
---|---|
float | Z |