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

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

11. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 50%]

...{ fork } = require('child_process'); const path = require('path'); program.parse(process.argv); const projPath = path.join(__dirname, '../'); const layaCompileDir = path.join(projPath, '.laya'); const gulpFilePath = path.join(layaCompileDir, 'compile.js'); const gulpPath = path.join(projPath, 'node_...

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

12. Spine动画资源加载时不能同时使用"版本管理"和"URL.basePath" [ 46%]

...ya.ani.js(IDE 2.0.0版本)的4827行左右的Templet类的onComplete及parseData方法中设置this._path的位置处对_path进行路径过滤,去掉它内部包含URL.basePath的部分 __proto.onComplete=function(content){ if (this._isDestroyed){ this.destroy(); return; }; var tSkBuffer=Load...

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

13. socket大型项目回调 [ 46%]

...decode(resData); // console.log("resStr:",resStr);//握手 var data = JSON.parse(resStr); if(data.code === this.RES_OLD_CLIENT) { this.emit(Pomelo.EVENT_IO_ERROR, 'client version not fullfill'); return; } if(data.code !== this.RES_OK) { this.emit(Pomelo.EVENT_IO_ERROR, 'handshake fail'); return; } t...

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

14. 深入理解LayaAir引擎架构和实现原理(一)跨平台引擎源码编译 [ 44%]

...() { return __awaiter(this, void 0, void 0, function* () { let json = JSON.parse(fs.readFileSync("outConfig.json")); this.BaseURL = emiter_1.emiter.BaseURL = json.from; this.outfile = json.out; this.createAS = json.createAS; this.layajsURL = json.layajsURL; this.tsCongfig = json.tsConfig; this.filte...

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

15. 微信小游戏加载资源问题 [ 39%]

...er.now(), encoding: encoding }; MiniFileMgr.filesListObj['fileUsedSize'] = parseInt(MiniFileMgr.filesListObj['fileUsedSize']) + fileSize; DEB("增加文件" + fileurlkey) MiniFileMgr.writeFilesList(fileurlkey, JSON.stringify(MiniFileMgr.filesListObj), true); callBack != null && cal...

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

16. 关于LayaBox启动的问题。 [ 36%]

...... 75.44 s=0 l=4529044 I/LayaBox (12689): download end I/LayaBox (12689): parse:normal 100 16px Arial,fontinfo:size:16,family:Arial E/LayaBox (12689): download file error[1]:file:///data/data/com.klzz.platform/cache/LayaCache/localstorage/logo/logo.png I/LayaBox (12689): require(/sdcard/layabox/scr...

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

17. 打包成APK运行一半崩溃 [ 32%]

...ndex failed 04-11 11:17:09.960    8591-8658/com.mygame.laya I/LayaBox﹕ parse:normal 100 16px Arial,fontinfo:size:16,family:Arial 04-11 11:17:09.965    8591-8658/com.mygame.laya E/LayaBox﹕ download file error[1]:file:///data/user/0/com.mygame.laya/cache/LayaCache/localstorage/logo/logo.png 04...

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

18. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 31%]

...==message============="); if (message is String) { var dataObj:Object=JSON.parse(message); trace("Message from server:"+dataObj+"-----------"+dataObj.status); if(dataObj.messageType){ trace("Reveive message type"+dataObj.messageType); } if(dataObj!=null){ if(dataObj.status == "S" || (dataObj.body &a...

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