跳到主要内容

egret.DeviceAcceleration

   egret

接口    public interface DeviceAcceleration

DeviceAcceleration 提供设备在三个维度的加速度信息,加速度值的单位是 m/s2

公共属性

属性
x : number
X 轴方向的加速度值
y : number
Y 轴方向的加速度值
z : number
Z 轴方向的加速度值

属性详细信息

x

x : number

  • 支持版本:Egret 2.4
  • 运行平台:Web

X 轴方向的加速度值

y

y : number

  • 支持版本:Egret 2.4
  • 运行平台:Web

Y 轴方向的加速度值

z

z : number

  • 支持版本:Egret 2.4
  • 运行平台:Web

Z 轴方向的加速度值