大约有 32 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0033 秒)
...= console.log; console.groupEnd = function(){console.log("----")}; console.info = console.log; console.warn = console.log; console.error = console.log; } this._message = new Message(); this._package = new Package(); this.socket = null; this.callbacks = {}; this.handlers = {}; // Map from request id ...
来源: Laya_社区 发布时间: 20180119
...= qg.loadSubpackage({ name: 'sub1Name', success: function (data) { console.info('加载分包 sub1Name 成功') }, fail: function (err) { console.info('加载分包 sub1Name 失败', err) }, complete: function(){ // 不管分包加载成功还是失败都会执行此回调 } } ) ``` 加载成功的...
来源: Laya2.0_文档 发布时间: 20210714
...= qg.loadSubpackage({ name: 'sub1Name', success: function (data) { console.info('加载分包 sub1Name 成功') }, fail: function (err) { console.info('加载分包 sub1Name 失败', err) } } ) ``` 加载成功的同时,qg.loadSubpackage 会返回一个 [LoadSubpackageTask](https://developers.weix...
来源: Laya2.0_文档 发布时间: 20210715
...= qg.loadSubpackage({ name: 'sub1Name', success: function (data) { console.info('加载分包 sub1Name 成功') }, fail: function (err) { console.info('加载分包 sub1Name 失败', err) } } ) ``` 加载成功的同时,qg.loadSubpackage 会返回一个 [LoadSubpackageTask](https://developers.weix...
来源: Laya2.0_文档 发布时间: 20210715
...uot;ani/role/1/1.sk").buildArmature(1); Laya.stage.addChild(ske); let info:any = ske.templet.eventAniArr ske.x = 100; ske.y = 100; CUtil.Log(ske.getAniNameByIndex(0)) ske.play("atk",false) ske.on(Laya.Event.LABEL,this,function(e:any) { CUtil.Log("发动攻击:"+e.name+ske.pl...
来源: Laya_社区 发布时间: 20180315
...10_54_16_317Z-debug.l og 2020-02-11T10_54_16_317Z-debug.log 31916 info lifecycle jpeg-recompress-bin@4.0.0~postinstall: jpeg-recompress-bin@4.0.0 31917 verbose lifecycle jpeg-recompress-bin@4.0.0~postinstall: unsafe-perm in lifecycle true 31918 verbose lifecycle jpeg-recompress-bin@4.0.0~po...
来源: Laya_社区 发布时间: 20200211
...ight = 800; //rankList.width = 1100; console.log('ranklist info xxxxxxxxxxxxxxxxxxxxx') console.log(rankList.width); console.log(rankList.height); /*var rank:ListPage = new ListPage(); Laya.stage.addChild(rank);*/ } 这个开放域的...
来源: Laya_社区 发布时间: 20180507
... } } }); 在UIComponent中 附件 : --> Bug_Info.rar 2019-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 请问问题是什么? 2019-08-05 0 3 分...
来源: Laya_社区 发布时间: 20190803
...t this fails on your system: npm ERR! node install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs electron npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls electron npm ERR! There is likely additional logging...
来源: Laya_社区 发布时间: 20171124
..."); Laya.stage.addChild(scene); // Log.Info("Procedure::setup"); // this.InitGameManager(); } 2017-08-03 0 0 分享 微博 QZONE 微信 oayx 赞同来自: 创建的是空项目 2017-08-03 0 0 分享 微博 QZONE 微信 oayx 赞同来...
来源: Laya_社区 发布时间: 20170802