• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,177 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)

141. 1.0 打包apk闪退 有日志 应该是跟引擎网络模块相关 [ 86%]

...退,后台日志堆栈   #00 pc 00000000004aa400 /data/app/com.mylafe.game.handsomecat-Bnthya3kQ4uXAUEgl_GARw==/lib/arm64/liblayaair.so (laya::isValidHTTPHeaderValue(char const*)+48) [arm64-v8a] 2 #01 pc 00000000004aaff0 /data/app/com.mylafe.game.handsomecat-Bnthya3kQ4uXAUEgl_GARw==/lib/arm64/li...

来源: Laya_社区 发布时间: 20200309

142. 如何获取图片每个像素点的RGB? [ 85%]

...下我的三行代码~ let my_canvas: HTMLCanvas = the_sprite.drawToCanvas(Game_Parameter.game_width, Game_Parameter.game_height, 0, 0); //把精灵绘制到canvas上面let my_texture: Texture = new Texture(my_canvas); //使用htmlCanvas创建Texture let pixels = my_texture.getPixels(700, 8, 10, 1);...

来源: Laya_社区 发布时间: 20170405

143. Google Play扩展包open zip失败 [ 85%]

...ogle Play扩展包open zip失败 I/LayaBox: open zip /Android/obb/xd.mxzpc.game.android/main.6.xd.mxzpc.game.android.obb failed erro code 11 E/LayaBox: 打开zip失败:/Android/obb/xd.mxzpc.game.android/main.6.xd.mxzpc.game.android.obb 请问错误代码 11是代表什么意思 2019-05-20 添加...

来源: Laya_社区 发布时间: 20190520

144. 请问怎么监听在IDE中创建的UI中资源的加载进度呢 [ 85%]

...通过loader去加载界面的配置文件:Laya.loader.load(['res/atlas/game.json'],Laya.Handler.create(this,Slot.onSourcesLoaded), Laya.Handler.create(this,Slot.onSourcesLoading,null,false),Laya.Loader.ATLAS);这样写似乎监听的当前加载进度不太对,我总共有6张未打包图和1...

来源: Laya_社区 发布时间: 20170225

145. Error: 代码包大小为 6018 kb,上限为 4096 kb,请删除文件后重试 [ 85%]

...: 删除 libs 文件夹后, 微信开发者工具直接报错: VM125:1 gameThirdScriptError module "libs/laya.wxmini.js" is not defined Error: module "libs/laya.wxmini.js" is not defined     at require (http://127.0.0.1:43425/game/__ ... :13569)     at http://127.0.0.1:43425/game/__ ... 13...

来源: Laya_社区 发布时间: 20180702

146. 阻止点击穿透问题 [ 85%]

...this.items.shaizi.on("click", this, function(e) { e.stopPropagation(); if(!Game.runing) { Game.runing = true; Game.stepNum = Math.floor(Math.random() * 6) + 1; console.log(Game.stepNum) Animate.role(Game.stepNum); } },[this.items.shaizi]);  弹层的代码: this.prizeAlertLayer = new Sprite(); th...

来源: Laya_社区 发布时间: 20180601

147. 微信小游戏的位图字体加载报错! [ 85%]

...,希望能重视起来,给大家一个完整清晰的解决方法! gameThirdScriptError t.getElementsByTagName is not a function TypeError: t.getElementsByTagName is not a function     at t.e.parseFont (http://127.0.0.1:63921/game/code.js:1:12413)     at e.s.onLoaded (http://127.0.0.1:6392...

来源: Laya_社区 发布时间: 20180530

148. libwebsocket [ 85%]

...器连接不上去,我们打印了log, 2018-08-21 11:20:31.548226+0800 game_hao[6707:3937898] new JSWebSocket::this=c41bb4a0 deletgate=c425c050 2018-08-21 11:20:31.548618+0800 game_hao[6707:3937898] WebSocket::init m_host: game.example.com, m_port: 6666, m_path: /ws/ [2018/08/21 11:2...

来源: Laya_社区 发布时间: 20180821

149. 安卓闪退 有堆栈 [ 85%]

安卓闪退 有堆栈 #00 pc 00000000005d0dc4 /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (laya::JCFileResManager::getRes(char const*, int, int)+148) [arm64-v8a] 2 #01 pc 00000000005c5db8 /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (laya::JCAudioWavPlayer::...

来源: Laya_社区 发布时间: 20191227

150. 发布为微信小游戏,加载字体失败 [ 85%]

...,加载字体失败 错误信息提示,简单demo见附件:(unknown) gameThirdScriptError xml.getElementsByTagName is not a function TypeError: xml.getElementsByTagName is not a function     at BitmapFont.__proto.parseFont (http://127.0.0.1:53804/game/code.js:803:17)     at Loader.__proto....

来源: Laya_社区 发布时间: 20180307