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

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

31. 在wx.request的success回调中写的this,发布后this没有改变为_this(但是fail里面的就自动变了)导致错误!!! [ 86%]

在wx.request的success回调中写的this,发布后this没有改变为_this(但是fail里面的就自动变了)导致错误!!! 求高手告知是否是IDE的BUG,还是代码写的有问题,谢谢啦 附件 : --> 2018-07-11 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

32. 手机调试时http请求错误,返回Request failed Status:0 [ 85%]

...new Laya.HttpRequest(); hr.http.timeout = 5000; hr.on(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); hr.once(Laya.Event.COMPLETE, this, (response)=>{ UIFactory.closeWaitBar(); this.onHttpRequestComplete(response); if(handleOk){ handleOk(response); } }); hr.once(Laya.Event.ERROR, this, (e...

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

33. 部分IOS机型在加载mp3音频文件时出错,资源加载异常 [ 85%]

...    ];         Laya.loader.load(resArray, Laya.Handler.create(this, () => { this.OnLoaded() }), null, Laya.Loader.ATLAS);     }在IOS部分机型,如苹果8上,会出现资源加载出错,截图如附件一所示。 Load(): void {         var resArray: Array<any&g...

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

34. Sprite loadImage 的时候出现多张图片同时显示 [ 85%]

Sprite loadImage 的时候出现多张图片同时显示 this.img.graphics.clear(); var imgUrl = (this.flag = !this.flag)? this.imgUrl1 :this.imgUrl2; this.img.loadImage(imgUrl,100,50); 简单的点击sprite切换图片,结果会出现两张图片同时显示的情况 附件 : --> 2018-04-04 添...

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

35. App Updates for HTML5 Apps 这意味着iOS端就废了? [ 85%]

... Store, we have always specified that apps must be self-contained bundles. This means that the core features and functionality of the app must be contained within the binary of the software, rather than made possible by referring users outside of the approved app, including through the use of HTML5....

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

36. 官方提供的关系链代码执行报错,是不是wx的sharedCanvas不是Laya的canvas导致的问题 [ 85%]

...2349 这是官方提供的代码 微信主域代码: Laya.timer.once(400,this,function():void{ var rankTexture:Texture = new Texture(Browser.window.sharedCanvas); rankTexture.bitmap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 rankSprite2.graphics.drawTexture(rankTexture,5,78,r...

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

37. iOS循环播放ogg背景音乐问题 [ 85%]

...源码位置: AudioSoundChannel 类的 play() 方法:   if("play" in this._audio)     this._audio.play();   不知道为什么,一次完成之后这个audio的play接口会去解析wave格式的内容。 而没有预加载的情况,情况是正常的。   非常费解。   有任何建...

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

38. 1.7.19beta版播放音乐异常 [ 84%]

1.7.19beta版播放音乐异常 if (this.gain.gain.setTargetAtTime){ this.gain.gain.setTargetAtTime(this._volume,this.context.currentTime,0);一跑起来就在这里异常 "Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a finite positive number: 0"   在chrome里调试...

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

39. 引擎1.7.6-beta,0.9.6的layanative,ios打包,真机iphone6, 发起websocket连接时失败 [ 84%]

...失败 2017-06-04 15:36:36.245916+0800 XXXX[4079:795703] new JSWebSocket::this=701bbc80 deletgate=70251b50 2017-06-04 15:36:36.246364+0800 lsj[4079:795703] WebSocket::init m_host: XXX.XXX.XXX.XXX, m_port: XXXXX, m_path: / [1496561796:2481] NOTICE: Initial logging level 7 [1496561796:2482] NOTICE: Li...

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

40. args.slice is not a function [ 83%]

...序报错window.focus is not a function 调用动画结束on方法,报错this.zombieAnimator.on is not a function laya加载unity插件导出的场景 physics3D is not a function 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function...

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