大约有 2,694 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0076 秒)
...unction at BitmapFont.__proto.parseFont (http://127.0.0.1:61385/game/code.js:803:17) at Loader.__proto.onLoaded (http://127.0.0.1:61385/game/code.js:12700:11) at HTMLImage.onload (http://127.0.0.1:61385/game/code.js:21213:15) at Image._source._source.onload (http://127.0.0.1:...
来源: Laya_社区 发布时间: 20180306
...se, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}} }), ``` 改为: typescript({ check: true, //Set to false to avoid ...
来源: Laya_社区 发布时间: 20191011
...例打包之后出现问题 (unknown) ReferenceError: ui is not defined at code.js:1 at require (WAGame.js:11) at WAGame.js:11 at game.js? [sm]:2 at require (WAGame.js:11) at gamePage.html:111 window.onerror WAGame.js:11 Uncaught ReferenceError: ui is not defined at code.js:1 at require (WAGame.js:1...
来源: Laya_社区 发布时间: 20180115
...Aaron 赞同来自: /** * <p>绘制 当前<code>Sprite</code> 到 <code>Canvas</code> 上,并返回一个HtmlCanvas。</p> * <p>绘制的结果可以当作图片源,再次绘制到其他Sprite里面,示例:<...
来源: Laya_社区 发布时间: 20180719
...bb/com.iyoulong.wokfb.test/main.57.com.iyoulong.wokfb.test.obb failed erro code 11 三星手机日志正常 打开zip成功:/storage/emulated/0/Android/obb/com.iyoulong.wokfb.test/main.57.com.iyoulong.wokfb.test.obb 2019-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20190307
...后触发 function onError(err:Error):void { var errType:String; if (err.code = Geolocation.PERMISSION_DENIED) errType = "Permission Denied"; else if (err.code == Geolocation.POSITION_UNAVAILABLE) errType = "Position Unavailable"; else if (err.code == Geolocation.TIMEOUT) errType = "Time Out"; trace...
来源: Laya_社区 发布时间: 20180402
...定,请退出重进 提示:网络异常,请检查网络和开发商 xcode Log: 2018-03-15 11:24:58.264754+0800 MineSweeper6[7091:2932031] xhr.GET url=http://stand.alone.version/index.html 2018-03-15 11:24:58.265521+0800 MineSweeper6[7091:2932001] Download [ ]:http://stand.alone.version/index...
来源: Laya_社区 发布时间: 20180315
...3273,SyntaxError: Cannot declare a let variable twice: 't'. Stack: (native code) at evaluateScriptFile (WAGame.js:1:83273) at value (WAGame.js:1:406593) at value (WAGame.js:1:405741) at (WAGame.js:1:411737) at (WAGame.js:1:411740) at s (WAGame.js:1:403825) at (WAGame.js:1:411633) at h (WAGame....
来源: Laya_社区 发布时间: 20191202
...工程和原工程一样写代码?然后导出到微信小游戏,生成Code.js把这个code。js重命名为code2.js放在原来的主域Laya工程里吗?
来源: Laya_社区 发布时间: 20180504
...ton.getBounds(); * 获取对象在自身坐标系的边界范围。与 <code>setBounds</code> 对应。 * <p><b>注意:</b>计算量较大,尽量少用,如果需要频繁使用,可以提前手动设置 <code>setBounds</code> 来缓存自身边界信...
来源: Laya_社区 发布时间: 20171114