加速计(实验)
一个传感器控件,可将客户端设备的设备加速计(如果可用)映射到一组指定的轴。
警告
加速计控件目前以实验性形式提供,可能会根据早期采用者反馈更改行为。
属性
type
-“加速计”
axis
-
对象或数组。 一个描述此触摸板控件的映射的单一轴或轴数组。
备注
警告
加速计控件可能无法在支持触摸布局的所有设备上使用。
accelerometer
控件可用于在可支持加速计的设备上提供优化体验。
示例
Map the acceleration of the device to the right joystick's Y axis, using a specified sensitivity.
{
"type": "accelerometer",
"axis": {
"input": "axisY",
"output": "rightJoystick",
"sensitivity": 3.5
},
}
要求
布局版本:1.0+