AccelerometerReading.AccelerationY 属性

定义

获取沿 y 轴的 g 力加速度。

public:
 property double AccelerationY { double get(); };
double AccelerationY();
public double AccelerationY { get; }
var double = accelerometerReading.accelerationY;
Public ReadOnly Property AccelerationY As Double

属性值

Double

double

以 g 为单位的 y 轴加速度。

适用于