大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0010 秒)
...onShake() { const Shake = Laya.Shake; shakeCount++; console.text += "设备摇晃了" + shakeCount + "次\n"; if (shakeCount >= 3) { Shake.instance.stop(); console.text += "停止接收设备摇动"; } } } new InputDevice_Shake();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; ...
来源: Laya2.0_示例 发布时间: 20241118