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

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

101. 编译报错。如何定位问题 [ 54%]

...报错。如何定位问题 SyntaxError: Unexpected token: punc (,) at JS_Parse_Error.get (eval at <anonymous> (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/layacmd/node_modules/uglify-js/tools/node.js:27:1), <anonymous>:86:23) 2017-11-13 添加评论 免费帖 -...

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

102. XMLRequest在layaNative下请求崩溃,请求官方协助! [ 54%]

...ent.COMPLETE, this, (e: any): void => {             callback(JSON.parse(hr.data));         });       hr.send(url, JSON.stringify(data), 'post', 'text', ['content-type', 'application/json;charset=UTF-8', "sessionid", this.sessionId]);       其中,['content-type', 'application/js...

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

103. Laya2.5 材质Material类的光照开关属性没有解析BUG [ 54%]

...开关属性没有解析BUG 打开引擎2.5.0的源码,找到Material类_parse方法。修改成调试代码如下所示:   输出: laya.d3.js 材质属性未处理: name  ==>  bulletbox laya.d3.js 材质属性未处理: enableLighting  ==>  true   在解析材质信息时,...

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

104. 2.0.2发布的提取本地包不支持相对路径 [ 54%]

...Sync(releasePackfile, "utf8");         config.packfileFullValue = JSON.parse(packfileStr);         // 删掉临时目录         fs.unlinkSync(tempPackfile);         fs.unlinkSync(releasePackfile);     }     if (config.packfile) { // 提取本地包(文件列表形式)       ...

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

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

...plet = new Templet();             _templet.on(Event.COMPLETE,this,parseComplete);             _templet.on(Event.ERROR,this,onError);             _templet.loadAni("res/role/1/left/left.sk");         }                  private function parseComplete():void ...

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

106. socket大型项目回调 [ 54%]

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

107. 打包后报错 Unexpected token in JSON at position 266 [ 53%]

...nction SyntaxError: Unexpected token in JSON at position 266     at JSON.parse (<anonymous>)     at Function.MiniAdpter.getJson (http://127.0.0.1:31158/game/code.js:21236:15)     at Function.MiniLoader.onReadNativeCallBack (http://127.0.0.1:31158/game/code.js:22404:25)     at Handler._...

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

108. replaceSlotSkinName对于spine换肤不成功 [ 53%]

...et = new Laya.Templet(); this.m_templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.m_templet.on(Laya.Event.ERROR,this,this.onError); this.m_templet.loadAni("res/spine/goblins/goblins.sk"); } private onError():void { console.log("parse error"); } private parseComplete() : void { let skel...

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

109. laya.d3.physics.PhysicsTriggerComponent [ 53%]

...icsTriggerComponent  _onAdded():void[override] PhysicsTriggerComponent _parse(data:Object):void[override] PhysicsComponent destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,...

来源: Laya2.0_api 发布时间: 20190513

110. 微信小游戏发布后,在开发者工具中报错, [ 53%]

...ack function SyntaxError: Unexpected token in JSON at position 787 at JSON.parse (<anonymous>) at Function.e.getJson (http://127.0.0.1:37389/game/code.js:1:461434) at Function.e.onReadNativeCallBack (http://127.0.0.1:37389/game/code.js:1:514598) at t.e.runWith (http://127.0.0.1:37389/game/code...

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