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

大约有 1,081 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)

971. 打包发布vivo,调试黑屏 [ 44%]

...有输出报错,自己的项目也没有日志中也没有update里面的console.下面是demo跟截图 附件 : --> coin_scroll_vivo.rar 2019-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 kylin 赞同来...

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

972. 无法触发浏览器文件上传框 [ 44%]

...leInput = Laya.Browser.document.getElementById('file'); fileInput.click(); console.log(fileInput);//input#file } } new GameMain();在laya里无法触发浏览器<input type="file" id="file">文件上传框? 附件 : --> html-upload.rar 2017-05-11 添加评论 免费帖 --> 分享 微博 QZON...

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

973. webGL模式下 graphic画线涂鸦,一直不停画会出现线条异常 [ 44%]

...this.__mouseMove); this.bmp.on(Laya.Event.MOUSE_UP, this, this.__mouseUp); console.log(this.pos0.x); } __mouseMove(e:Event){ this.pos1.x=this.bmp.mouseX this.pos1.y=this.bmp.mouseY; if(Utils3D.getThis.getDistance(this.pos0,this.pos1)>10){ this.bmp.graphics.drawLine(this.pos0.x,this.pos0.y,this.po...

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

974. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 44%]

... = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomView.chatBox.height; paopao.imgSayBg.height = div.contextHeight + 26; paopao.imgSayBg.width = div.contextWidth + 60; paopao.height = paopao.imgSayBg.height + 50; paopao.width = p...

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

975. Maximum call stack size exceeded [ 44%]

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

976. layaAir TS项目如何引用protoBuf库? [ 44%]

...里把解码的数据控制台打印,看看结果             console.log(message);             // ... do something with message             // If your application uses length-delimited buffers, there is also encodeDelimited and decodeDelimited.         }     } ...

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

977. [含Demo]Laya2.0.1出包微信小游戏Android黑屏 expected Number(uniform4f) [ 44%]

...2.6.6 5. iOS扫码启动,渲染正常 6. Android扫码启动,黑屏,vConsole报错如下: gameThirdScriptError expected Number(uniform4f);at requestAnimationFrame callback function Error: expected Number(uniform4f) expected Number(uniform4f);at requestAnimationFrame callback function Error: ...

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

978. webstorm能编译ts代码到bundle.js 里面吗 [ 44%]

...ks let prevTasks = ""; if (global.publish) { prevTasks = ["loadConfig"]; } console.log("jsroads------prevTasks:" + JSON.stringify(prevTasks)); //使用browserify,转换ts到js,并输出到bin/js目录 gulp.task("compile", "", function () { // 发布时调用编译功能,判断是否点击了...

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

979. 关于laya生成的canvas定位问题导致内部事件不正确 [ 44%]

...; img.on(Laya.Event.MOUSE_DOWN, img, onStartDrag); function onStartDrag(){ console.log(this); clickIndex++; msgDiv.html('图片选中了' + clickIndex + '次'); // img.startDrag(); } // Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; // Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; }); </script> &...

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

980. 加载TiledMap 不显示 [ 44%]

...ge.height), Handler.create(this, this.mapLoaded));     //      console.log(Laya.stage.width, Laya.stage.height);     //  // }));      // }      // private onStageClick (): void     // {     //  var p: Point = new Point(0, 0);     //  this.lay...

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