大约有 171 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
...报错。如何定位问题 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
...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
...开关属性没有解析BUG 打开引擎2.5.0的源码,找到Material类_parse方法。修改成调试代码如下所示: 输出: laya.d3.js 材质属性未处理: name ==> bulletbox laya.d3.js 材质属性未处理: enableLighting ==> true 在解析材质信息时,...
来源: Laya_社区 发布时间: 20200227
...Sync(releasePackfile, "utf8"); config.packfileFullValue = JSON.parse(packfileStr); // 删掉临时目录 fs.unlinkSync(tempPackfile); fs.unlinkSync(releasePackfile); } if (config.packfile) { // 提取本地包(文件列表形式) ...
来源: Laya_社区 发布时间: 20190426
...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
...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
...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
...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
...icsTriggerComponent _onAdded():void[override] PhysicsTriggerComponent _parse(data:Object):void[override] PhysicsComponent destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,...
来源: Laya2.0_api 发布时间: 20190513
...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