大约有 116 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0029 秒)
...e中同时收到多条消息时,在wss下每条消息之间都会间隔50ms以上。在ws下就很正常。 附件中有一个laya工程,具体代码可以打开工程查看,另外还有一个可直接安装测试的apk。 因为LayaNative的安卓工程太大,附件上传不了,请自行...
来源: Laya_社区 发布时间: 20200507
...11-01 17:29 @Monica:Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a targe 运行开始之后闪退 Monica • 2017-11-01 20:02 @apeCom:把运行的窗口都关掉,然后重新编译运行看下。。如果还是不行的话改下.laya/launch.json文件中的端口...
来源: Laya_社区 发布时间: 20171101
...nd.on(Laya.Event.CLICK,null,function(){ Laya.timer.loop(10,this,round);//10ms 一秒100次 }); //转动逻辑 function round(){ tlate.rotation+=roundTurnChange(1); console.log(tlate.rotation); } //转动变量变化 function roundTurnChange(type){ //减速阶段 roundTurn-=0.05; if(roundTurn<=0.3...
来源: Laya_社区 发布时间: 20160718
... mLock:66350201 PARTIAL_WAKE_LOCK 'AudioMix' ACQ=-2s677ms (uid=1041) 一直得不到释放! 随便下载其他引擎的游戏,会发现游戏运行期间AudioMix存在,如果锁屏或切后台,AudioMix将消失 搜索问题的时候发现cocos之前也有过类似问题...
来源: Laya_社区 发布时间: 20211228
...a:我现在1.78自己在外部统一设置了一下,如果间隔不到100ms就不调,就不会有问题
来源: Laya_社区 发布时间: 20170815
...,弹出如下提示 Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: "port" option should be >= 0 and < 65536: 92222). 2017-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20170620
...x0; this.y = this.y0; Laya.timer.loop(20, this, this.frameWork); // 每 20 ms 执行一次 } private frameWork():void{ this.y = this.y0 + 10 * (this.n % 3); alert("move "); } }代码放在一个 Image 组件的 runtime 中,实现图片的循环移动,但是 这句代码 :Laya.timer.loop(20, th...
来源: Laya_社区 发布时间: 20200203
...署到layaCloud正式环境报错 [17:10:26] Finished 'package' after 71 ms [17:10:26] Starting 'deploy_to_layacloud_task'... 出错了:E:\gitApp\Felguard_TD_Server\server\gulpfile.js:348 throw new Error(result.ret+':'+result.msg); 出错了: Error: 162:permission denied at Request._callback ...
来源: Laya_社区 发布时间: 20181224
...这个错误提示,目前不影响正常开发 编译完成,耗时 446 ms unknown script 'NavHelper.getNavMesh2DConfigDatas' at /D:/laya/LayaAirIDE/resources/app.asar/game.js:2 unknown script 'NavHelper.getNavMeshData' at /D:/laya/LayaAirIDE/resources/app.asar/game.js:2 T...
来源: Laya_社区 发布时间: 20250609
...型3: IDE错误:Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: connect ETIMEDOUT 127.0.0.1:9222).------可以参考开发者的解决方式(http://ask.layabox.com/question/4392) 以上报错可能是端口号冲突导致的,需要开...
来源: Laya_社区 发布时间: 20170518