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

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

11. socket大型项目回调 [ 67%]

...= 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

12. vivo小游戏分包指南(TypeScript-小游戏适配文档-vivo小游戏) [ 65%]

...= qg.loadSubpackage({ name: 'sub1Name', success: function (data) { console.info('加载分包 sub1Name 成功') }, fail: function (err) { console.info('加载分包 sub1Name 失败', err) }, complete: function(){ // 不管分包加载成功还是失败都会执行此回调 } } ) ``` 加载成功的...

来源: Laya2.0_文档 发布时间: 20210714

13. 小米快游戏分包指南(TypeScript-小游戏适配文档-小米快游戏) [ 65%]

...= 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

14. OPPO小游戏分包指南(TypeScript-小游戏适配文档-OPPO小游戏) [ 65%]

...= 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

15. 骨骼Label事件,多接收一次 [ 65%]

...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

16. 安装layaair2-cmd一直失败 [ 63%]

...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

17. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 57%]

...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

18. 我看到这段话后,我 [ 54%]

...    }         }     }); 在UIComponent中 附件 : --> Bug_Info.rar 2019-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 请问问题是什么?   2019-08-05 0 3 分...

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

19. layacmd 安装不成功 [ 54%]

...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

20. Laya3d加载Arena/Arena.ls报错 [ 52%]

...");             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