大约有 1,374 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
Laya_社区(1168) Laya2.0_文档(69) Laya3.0_文档(67) Laya2.0_示例(27) Laya_示例(24) Laya3.0_api(17) laya_api(1) Laya2.0_api(1)
...ine.on(Event.LABEL, this, this.onLabel); } function onComplete() { console.log("timeLine complete!!!!"); } function onLabel(label) { console.log("LabelName:" + label); } function keyDown(e) { switch(e.keyCode) { case Keyboard.LEFT: timeLine.play("turnLeft"); break; case Keyboard.RIGHT: timeLine.play...
来源: Laya_示例 发布时间: 20260303
...aAiride的帮助按钮,里面有个"打开编辑器缓存目录",有个log.txt这里存放的就是项目的缓存目录信息 2017-02-18 1 0 分享 微博 QZONE 微信 cloudland 赞同来自: 嗯,可以了。我操作全删除确实就清了。但如果我只能删除里面几条历史记录...
来源: Laya_社区 发布时间: 20170218
...omEnterPower; },function(value){ DConfig.gamrRoomEnterPower=value; console.log(DConfig.gamrRoomEnterPower.length); console.log(DConfig.gamrRoomEnterPower); for (var i=0;i < DConfig.gamrRoomEnterPower.length;i++){ DConfig.gamrRoomEnterPower=int(DConfig.gamrRoomEnterPower[i]); } });[/i] 2017-07-31 ...
来源: Laya_社区 发布时间: 20170731
...ript { onStart() { let item1 = Laya.Pool.createByClass(TestClass); console.log('item1:', item1.type); Laya.Pool.recoverByClass(item1); let item2 = Laya.Pool.createByClass(TestClass2); console.log('item2:', item2.type); console.log(item1 == item2); } } export class TestClass { type = 0; } export clas...
来源: Laya_社区 发布时间: 20250819
...n(Event.MOUSE_DOWN,this,onClick); 试一下吧 onclick 函数里再打印log 2017-12-13 0 10 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个进度条 var 为pro 另外一张图的类继承了之前页面发布生成的类,直接用this.pro.value 就能修改进度条的值 如果不...
来源: Laya_社区 发布时间: 20171213
...ring = "./sounds/hit.wav"; private onPlayMusic(e: Event): void { console.log("播放音乐"); SoundManager.playMusic(this.musicString, 1, new Handler(this, this.onComplete)); } private onPlaySound(e: Event): void { console.log("播放音效"); SoundManager.playSound(this.soundString, 1, new Hand...
来源: Laya_社区 发布时间: 20190421
...创建server服务 var server = net.createServer(function (conn) { console.log('new connection is connecting') conn.write('\n hello buddy') }); server.listen(8081, function () { console.log('server is listening') // server.emit('connection'); }); 2019-04-23 添加评论 免费帖 --> 分享 微博 Q...
来源: Laya_社区 发布时间: 20190423
...相关的链接 提交 1 个回复 cuixueying 赞同来自: 你好,这个log还是不全,看不出问题所在,你看下有没有跟多的log,或者发我们一个新的外网地址,我们看下!也可以联系群里的管理员小莹,我们聊下,好快速看下问题! 2017-04-11 ...
来源: Laya_社区 发布时间: 20170411
....6.在手机上,加载资源很容易卡住. 我通过在laya.core.js增加log,定位下载altas时的逻辑,发现在下载altas和它指定的图片时都有可能导致卡住,log显示下载指令已经发送过去了,但完成的回调一直没有触发.这个问题要怎么解决? 附件 : -...
来源: Laya_社区 发布时间: 20200327
...的发布功能里,有一项是日志等级,默认的时候该选项为log等级。如下图所示。这样会包括console的log日志,以及报错日志。如果改为只是设置为error,则只显示报错日志,不会显示console日志。无论是error还是log都会在发布后,输...
来源: Laya2.0_文档 发布时间: 20210714