大约有 2,910 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0077 秒)
Laya_社区(2201) Laya3.0_api(672) Laya2.0_文档(15) Laya3.0_文档(8) Laya2.0_api(6) laya_api(4) Laya_示例(2) Laya2.0_示例(2)
...js thread started. 2019-06-18 13:34:09.244289+0800 test1[6479:65523] found the file in the package:scripts/runtimeInit.js 2019-06-18 13:34:09.247560+0800 test1[6479:65523] found the file in the package:scripts/apploader.js 2019-06-18 13:34:09.274697+0800 test1[6479:65523] { "os" : "ios", ...
来源: Laya_社区 发布时间: 20190618
...使用了这个框架。 被拒的内容是: Your app uses or references the following non-public APIs: - PrivateFrameworks/BackBoardServices.framework The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. Continuing to...
来源: Laya_社区 发布时间: 20180213
...,测试后配置文件是从包中取的,日志中显示如下 found the file in the package:cache/192.168.200.3.8889/d66fbe1f 现在修改了其中一张表Achieve.json后,重新layadcc 后 第一次打开项目后日志显示xhr.get url=http://192.168.200.3:8889/configs/Achieve471a2538.js...
来源: Laya_社区 发布时间: 20190313
AppStore提审被据 碰到这个描述:This app invokes the non-public selector "SimulateCrash". It would be appropriate to remove this selector use before resubmitting for review. 查了下,应该是libJavaScriptCore.a和libbmalloc.a包含了,这个如何解决呢? 2018-02-17 添加评论...
来源: Laya_社区 发布时间: 20180217
...tall: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the electron@1.7.9 postinstall script 'node install.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the electron package, npm ERR! not w...
来源: Laya_社区 发布时间: 20171124
...thread started. 2020-04-22 18:21:18.665790+0800 layabox[3608:626785] found the file in the package:scripts/runtimeInit.js 2020-04-22 18:21:18.670838+0800 layabox[3608:626785] found the file in the package:scripts/apploader.js 2020-04-22 18:21:18.886139+0800 layabox[3608:626785] { "os" : "...
来源: Laya_社区 发布时间: 20200422
...样看很难看 2018-05-11 0 1 分享 微博 QZONE 微信 Everything but the girl 赞同来自: 代码 myLaya.rar 2018-05-11 0 0 分享 微博 QZONE 微信 yung 赞同来自: 收到 2018-05-11 0 0 分享 微博 QZONE 微信 OneWay 赞同来自: 把你的主js放到后面,你现在主js在ui代码...
来源: Laya_社区 发布时间: 20180511
... function animate() { if (tick > frequency) { tick = 0; // iterate through the dudes and update the positions var laser = new Sprite(); laser.loadImage("../../res/pixi/laser0" + ((type % 5) + 1) + ".png"); type++; laser.life = 0; var pos1; var pos2; if (type % 2) { pos1 = new Point(-20, Math.random(...
来源: Laya_示例 发布时间: 20251209
...playing logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. I/om.layabox.tes: Reinit property: dalvik.vm.checkjni= false D/ZrHung.AppEyeUiProbe: AppEyeUIP created. D/ActivityThread: Attach thread to application I/HwApiCacheM...
来源: Laya_社区 发布时间: 20190723
...aya.Point; let laser; if (tick > frequency) { tick = 0; // iterate through the dudes and update the positions laser = new Sprite(); laser.loadImage("res/pixi/laser0" + ((type % 5) + 1) + ".png"); type++; laser.life = 0; let pos1; let pos2; if (type % 2) { pos1 = new Point(-20, Math.random() * viewHe...
来源: Laya2.0_示例 发布时间: 20251209