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

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

171. 解析sk资源报错 [ 54%]

...   private function onError():void         {             console.log("parse error");                      }     } } 附件 : --> left.rar 2017-02-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

172. 想用js写一个什么也不继承的类,但每次实例化这个类的时候会报错,是不是这个类写得不对呀 [ 54%]

...nction(_super){ function Test(){         Test.super(this);         console.log("执行测试构造函数"); } //注册类 Laya.class(Test,"Test",_super); //获取执行域 var _proto = Test.prototype; //_proto. return Test; })(); 2018-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

173. shader预编译的bug [ 53%]

...efineNames);             }         }          console.log("预编译完成");     }   问题描述 问题1:代码里面有10个预编译shader有一个没编译,下图中标识了最后一个没编译出来的 问题2:预编译完成后,后面有的shader又给...

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

174. Maximum call stack size exceeded [ 53%]

...in.scene");           }           onEnable() {             console.log('init');         }     }       /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */       class GameConfig {         static init() {             //...

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

175. 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined [ 53%]

...me/__ ... :13718)     at http://127.0.0.1:37684/game/gamePage.html:152:5 console.error errorReport @ WAGame.js:3 thirdErrorReport @ WAGame.js:3 (anonymous) @ WAGame.js:3 (anonymous) @ WAGame.js:9 (anonymous) @ WAGame.js:4 a @ gamePage.html:1 window.onerror VM123:3 Thu May 24 2018 11:28:22 GMT+0800...

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

176. 真机调试 开启子域后 提示出现window is not defined [ 53%]

...工程 bt_rank_call_back(body){   this.bt_rank.CALL_BACK = function () { console.log("排行榜") var player_rank = body.wxData.get_canvas_4_code("SHOW_PLAYER_RANK",0) var rankTexture = new Laya.Texture(sharedCanvas); rankTexture.bitmap.alwaysChange = true; var pl = new Laya.Sprite() pl.graphics.dr...

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

177. 问一下Laya.ClassUtils.getInstance()怎么使用的,为啥我 直接传入一个.'类名' 竟然提示错误获取不到这个类 [ 53%]

...获取不到这个类 let view = Laya.ClassUtils.getInstance('MainPage'); console.log(view);(打印出来是null) //使用new 没有什么问题,可以正常显示, // var view = new MainPage(); // Laya.stage.addChild(view); 为啥呢,这个该是怎么使用的呢????????   2018-01-22 添加评论...

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

178. Laya.timer.frameLoop(1, this, this.aaa);对象移动会出现颤抖现象 [ 53%]

...ddChild(this.playerHB); } private aaa():void { this.playerHB.x += this.bb; console.log( this.playerHB.x); if(this.playerHB.x > 1000) { this.bb *= -1; } if(this.playerHB.x < -100) { this.bb *= -1; } } 控制一直6像素来回移动 它就会出现颤抖 不管几像素都会 附件 : --> testL...

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

179. 使用IDE制作的动画在pc模拟器播放OK在手机端不显示 [ 53%]

... this; this.tl.on(this.Event.COMPLETE,this,function(){ _this.tl.stop(); }) console.log(this.tl) this.tl.interval = 1000 / 60; // this.tl.play(); apesCtn.addChild(this.tl); apesCtn.height = 1500; apesCtn.width = 3248; this.tl.pivot(-1624,-750); }, 2019-01-17 添加评论 免费帖 --> 分享 微博 Q...

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

180. 微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene [ 53%]

...]     if (json.type!=="Scene"){ if (url == "scene/Demo_Interiors.ls"){ console.log(data[0]); throw new Error("Scene: the .lh file root type must be Scene,please use other function to load this file."); } }            var innerResouMap=data[1];     Utils3D._createNodeByJson(this,jso...

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