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

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

61. 微信小游戏分包实战(TypeScript-小游戏适配文档-微信小游戏) [ 70%]

...。示例代码如下: ```javascript loadTask.onProgressUpdate(res => { console.log('下载进度', res.progress) console.log('已经下载的数据长度', res.totalBytesWritten) console.log('预期需要下载的数据总长度', res.totalBytesExpectedToWrite) }) ``` 本篇文档主要是讲分...

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

62. 资源压缩成zip后加载的问题 [ 70%]

...Laya.loader.load("res/aaa.scene", Laya.Handler.create(null, (content)=>{console.log(content)})); Laya.loader.load("res/bbb.json", Laya.Handler.create(null, (content)=>{console.log(content)})); 2019-04-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已...

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

63. 载入场景报错 [ 69%]

...nH = Laya.Stage.ALIGN_CENTER; Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; console.log("load"); Laya.loader.create("TestScene/TestScene.ls", Laya.Handler.create(this, this.LoadSceneComplete)); } LoadSceneComplete() { console.log("finish") let scene: Laya.Scene = Laya.loader.getRes("TestScene/TestSce...

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

64. localRotationEulerY旋转位置错误 [ 69%]

...rigidBody.mass = 10;         this.arr.push(box);         console.log("position = ",box.transform.position);         if (index == 1) {             Laya.timer.once(1000,this,()=>{                 this.setAngle();             })...

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

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

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

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

66. vivo小游戏无法显示调试信息 [ 69%]

...在手机正常打开小游戏,但是在chrome浏览器一直显示不了console.log的日志信息,无法进行调试,不知道有哪位有遇到过的? 附件 : --> 2020-06-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...

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

67. 音乐播放 position 和 duration 问题 [ 69%]

...说一下思路?或者上完成的代码? LoseFocus(){         console.log("失去焦点")          this.NowPlayMusic.stop();      }     GetFocus(){         console.log("获取焦点");          Laya.SoundManager.stopMusic();         Laya.SoundM...

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

68. 多次加载一个页面出现_$P为null的情况 [ 69%]

...r.getUserGold(); if(gold > 500){ Online.joinGame().then(function(data){ console.log(data); StorageHelper.setDeskNo(data.desk.deskNo); StorageHelper.setDeskSeat(data.ownSeatNo); Laya.stage.destroyChildren(); var playSence = new OnlinePlaySence(data); Laya.stage.addChild(playSence); },function(data...

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

69. Laya Ide 无法调试 [ 68%]

...adapter process has terminated unexpectedly   layabox ide 无法调试console.log 打印无效,不知道是什么情况! 附件 : --> 2017-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 emoonight ...

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

70. Laya.LocalStorage.getJSON空对象在微信小游戏中被处理为空字符串 [ 67%]

...配置 var equipDataArray = Laya.LocalStorage.getJSON('equipDataArray'); console.log('equipDataArray ', equipDataArray, ' |'); if (equipDataArray === null) { equipDataArray = [ { icon: 'img/weapon/gun0.png', weaponIndex: 0, weaponGrade: 1 }, { icon: 'img/weapon/gun1.png', weaponIndex: 1, weaponGrade...

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