大约有 191 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0033 秒)
Laya_社区(110) laya_api(29) Laya2.0_api(27) Laya3.0_文档(7) Laya2.0_文档(6) Laya3.0_api(4) Laya2.0_示例(4) Laya_示例(4)
...e = Laya.Shake; Shake.instance.start(5, 500); Shake.instance.on(Laya.Event.CHANGE, this, this.onShake); console.text = '开始接收设备摇动\n'; } onShake() { const Shake = Laya.Shake; shakeCount++; console.text += "设备摇晃了" + shakeCount + "次\n"; if (shakeCount >= 3) { Shake.instance.s...
来源: Laya2.0_示例 发布时间: 20241124
...alue){ //if (this._selectedIndex !=value){ this._selectedIndex=value; this.changeSelectStatus(); this.event(/*laya.events.Event.CHANGE*/"change"); this.selectHandler && this.selectHandler.runWith(value); this.startIndex=this._startIndex; //} });
来源: Laya_社区 发布时间: 20190305
陀螺仪和加速计使用问题 Laya.Gyroscope.instance.on(Laya.Event.CHANGE,this,this.onDeviceorientation); Laya.Accelerator.instance.on(Laya.Event.CHANGE,this,this.onMotoin); 官网陀螺仪和加速计例子中的上面两句运行时都报 Cannot read property 'instance' of undefined 的错...
来源: Laya_社区 发布时间: 20180413
...标系。 //设置陀螺仪的处理 Laya.Gyroscope.instance.on(Laya.Event.CHANGE, this, this.onOrientationChange); private onOrientationChange(absolute:Boolean, info: Laya.RotationInfo):void { if (info.alpha === null) { ...
来源: Laya_社区 发布时间: 20170925
... stage监听FOCUS,必须要点击屏幕才能触发回调。VISIBILITY_CHANGE 这个属性又没有回调。 现在就是想实现监听屏幕舞台是否可见,要怎么实现呢?VISIBILITY_CHANGE 这个BUG还没解决吗 2018-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20180317
...触发'attack' 事件,而在Manager里监听attack事件,调用自已的change函数。 Animal.tsclass Animal implements EventEmiter { public sex: number = 0; public Create(): void {} public Attack(): void { this.emit('attack'); } } Manager.ts public CreateCat(): void { let self = this; let cat =...
来源: Laya_社区 发布时间: 20190226
... } } event(Event.CHANGE); } 2017-06-01 0 0 分享 微博 QZONE 微信 a13121527420 - 哇啦哇啦哇啦! 赞同来自: 其实最完美的就是可以布局,然后还可以在前后加描述问题, 例如: 1234万 , 金...
来源: Laya_社区 发布时间: 20170601
...交 2 个回复 非文 赞同来自: AIQR2013 侦听滚动list.scrollBar的CHANGE事件,触法事件根据滚动list.scrollBar的value值修改另一个list.scrollBar的value值 2018-05-15 1 0 分享 微博 QZONE 微信 AIQR2013 赞同来自: Aaron安 已经解决,谢谢! 注意点: 两个li...
来源: Laya_社区 发布时间: 20180515
... this._selectedIndex=value; this.changeSelectStatus(); this.event(/*laya.events.Event.CHANGE*/"change"); this.selectHandler && this.selectHandler.runWith(value); this.startIndex=t...
来源: Laya_社区 发布时间: 20180507
...译指令 layaair2-cmd compile,报错: [16:31:30] Working directory changed to E:\work\svn\layacore\code\TestLive2d\.laya [16:31:31] Using gulpfile E:\work\svn\layacore\code\TestLive2d\.laya\compile.js C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_mo dules\_gulp@3...
来源: Laya_社区 发布时间: 20200509