大约有 31 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0081 秒)
...里,怎么调用微信小程序API 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' 关于Laya实现Matter.js官方案例凹多边形的问题 Laya mac版的IDE 是没测试就上线了吗? 版本...
来源: Laya_社区 发布时间: 20180419
...enGLRenderer(7884): Failed to set EGL_SWAP_BEHAVIOR on surface 0x9bafc7a0, error=EGL_SUCCESS 07-04 20:55:27.710: D/(7884): HostConnection::get() New Host Connection established 0x9cc2aab0, tid 7900 07-04 20:55:27.713: I/0(7884): >>>>>>>>>>>>>The network has cha...
来源: Laya_社区 发布时间: 20190704
...来获取失败信息,但貌似没有效果的: this.avatar.on(Event.ERROR, this, function() { console.log('loaded fail'); }); 2017-09-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ybs1905com 赞同来自:...
来源: Laya_社区 发布时间: 20170928
...\npm\node_modules\layacmd\node_modules\ele ctron\install.js:48 throw err ^ Error: read ECONNRESET at exports._errnoException (util.js:1022:11) at TLSWrap.onread (net.js:569:26) C:\Users\Administrator\AppData\Roaming\npm `-- (empty) npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files\\nodej...
来源: Laya_社区 发布时间: 20171124
SoundManager的兼容性问题 play sound error!InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a finite positive number: 0","channel":"error","stack":{"hash":"7d3c8a0d876bf167157fe044b73f4d88","error":"Error\n at Function.i.error \n at e.pla...
来源: Laya_社区 发布时间: 20180902
...正常Chrome F12手机模式调试播放报laya.core.js:906 Uncaught TypeError: Failed to execute 'bindTexture' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLTexture'. 代码如下:// 创建video对象 let videoElement = new Laya.Video(); videoElement.x = 0; videoElement.y = 0; vid...
来源: Laya_社区 发布时间: 20200722
...fter 03-19 15:01:05.486 3970-3970/? E/SimeSkbManager: config keyboard type error... 03-19 15:01:05.531 2534-2534/? E/SurfaceFlinger: rejecting buffer: bufWidth=1080, bufHeight=1920, front.active.{w=1, h=1} 03-19 15:01:05.761 2534-3844/? E/BufferQueueProducer: [com.layabox.conch5/layaair.game.browser...
来源: Laya_社区 发布时间: 20180319
... 文件:将该文件的 16065 行注释掉,注释后的代码如下: error(err, pos) { if (typeof err === 'string') err = { message: err }; if (pos) augmentCodeLocation(err, pos, curSource, id); err.id = id; err.hook = 'transform'; // return pluginContext.error(err); },该方法虽然可以解...
来源: Laya_社区 发布时间: 20201223
...dler); this.socket.on(Event.CLOSE,this,closeHandler); this.socket.on(Event.ERROR,this,errorHandler); } public function connect():void { if(!this.socket.connected){ this.socket.connectByUrl("ws://127.0.0.1:9000");//建立连接; } } public function send(msg:String):void { if(this.socket.connected){...
来源: Laya_社区 发布时间: 20180202
...); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; </script> </body> </html> 这是app设置的url所对应的html文件,在web端是能连上socket的,app里面就连不上 (简单起见...
来源: Laya_社区 发布时间: 20181018