大约有 249 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
...fined Laya2.1.0 JS调用Java PlatformClass undefined Cannot read property 'call' of undefined 生成微信小游戏时各种"undefined"(已解决) 关于微信连接无法自动转为wss的问题,window.location.protocol为undefined code.js打包出来undefined Cannot read property 'call' of undefin...
来源: Laya_社区 发布时间: 20201122
...ty导出的场景在手机上提示"request:fail invalid url" FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame h...
来源: Laya_社区 发布时间: 20180105
...d(over); } hero类: (function() { function Hero(type, hp) { Hero.__super.call(this); this.fly(); } Laya.class(Hero,"Hero", Air); var _proto = Hero.prototype; _proto.fly = function() { this.playAction("fly") } })(); air类: (function() { function Air(type, hp) { this.hp = hp; this.type = type; th...
来源: Laya_社区 发布时间: 20180911
...lds=this._childs; this._childs=this._showGridList; _super.prototype.render.call(this,context,x,y); this._childs=childs; }2.core中Sprite的zorder的set方法中 有一行代码有疑似bug,麻烦官方帮忙确认 /**z排序,更改此值,则会按照值的大小对同一容器的所有对象...
来源: Laya_社区 发布时间: 20180412
... var _this = this; ObjectRotate.__super.prototype._initialize.call(this,owner); //在this(调取本函数的的对象)作用域内,侦听mousedown(鼠标按下)事件,如果侦听到就执行方法this.mousedown Laya.stage.on("mousedown", this, this.mouseDo...
来源: Laya_社区 发布时间: 20170810
... = 0; //最大值 this.MAX_VALUE = 100; //值 this.value = 100; Hp.__super.call(this); this.init(type); } //能量类型 Hp.HP_TYPE_ENERGY = "hp_type_energy"; //速度类型 Hp.HP_TYPE_SPEED = "hp_type_speed"; //Hp Laya.class(Hp,"Hp", laya.display.Sprite); var _proto = Hp.prototype; _proto.init = fu...
来源: Laya_社区 发布时间: 20160803
..._JS2CFunc<void (laya::XMLHttpRequest::*)(char const*, char const*)>::call(v8::FunctionCallbackInfo<v8::Value> const&)+404) [arm64-v8a] 4 #03 pc 00000000009bfcbc /data/app/com.mylafe.game.handsomecat-Bnthya3kQ4uXAUEgl_GARw==/lib/arm64/liblayaair.so (v8::internal::FunctionCallbackArgu...
来源: Laya_社区 发布时间: 20200309
...nt_entry + 24552 16 JavaScriptCore _llint_entry + 24552 17 JavaScriptCore _callToJavaScript + 308 18 JavaScriptCore JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 48 19 JavaScriptCore JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC...
来源: Laya_社区 发布时间: 20180409
...(MiniLoader._fileTypeArr.indexOf(urlType)!=-1)){ MiniAdpter.EnvConfig.load.call(this,[b]url[/b],type,cache,group,ignoreCache); }else { if(MiniAdpter.isZiYu && !MiniFileMgr.ziyuFileData[url=){]){ url=URL.formatURL(url); } if(MiniAdpter.isZiYu && MiniFileMgr.ziyuFileData[/url][url=){])...
来源: Laya_社区 发布时间: 20190403
...n(_super){ function MainSceneUI(){ this.Btn_Task=null; MainSceneUI.__super.call(this); } CLASS$(MainSceneUI,'ui.MainSceneUI',_super); var __proto__=MainSceneUI.prototype; __proto__.createChildren=function(){ _super.prototype.createChildren.call(this); this.loadScene("MainScene"); } return ...
来源: Laya_社区 发布时间: 20171213