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

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

61. 使用官方文档中qrcode生成二维码的代码,打包APP后无效 [ 79%]

...te initCode() { var div: any = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div, { width: 100, height: 100 }); var url: string = this.URL; this.qrcode.makeCode(url); Laya.stage.once("click", this, this.clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya...

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

62. 修改了Scene下的WebGL参数导致渲染3D对象出现局部透明 [ 79%]

... 1 个回复 大饼干 赞同来自: /** * Renders the quad */ render() { this.gl.useProgram(this.program); this.gl.bindBuffer(Laya.WebGLContext.ARRAY_BUFFER, this.vertexPositionBuffer); this.gl.enableVertexAttribArray(this.vertexPositionAttribute); this.gl.vertexAttribPointer( this.vertexPositionAt...

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

63. linux系统运行layaair-cmd报错 [ 79%]

...运行layaair-cmd compile 后报下面的错误。   sp.stdout.on("data", this.emitStdout.bind(this));           ^   TypeError: Cannot read property 'on' of undefined     at LayaProjectCompiler.compile (/usr/lib/node_modules/layaair-cmd/compile_project.js:70:14)     at new LayaProjectComp...

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

64. 苹果上架问题, [ 78%]

....5.2 and section 3.3.2 of the Apple Developer Program License Agreement. This code, combined with a remote resource, can facilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it...

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

65. Native 在iOS上支付失败的问题,及临时解决方法 [ 78%]

....recharge方法,发起支付返回失败,输出报错如下:Warning: This app is not entitled to use SKPayment requestData. requestData will not be sent. [IAP] Transaction error: 无法连接到 iTunes Store 10 [IAP] SKPaymentTransactionStateFailed经过调试发现IAPManager有如下代码 SK...

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

66. ios打包时xcode报错无法进入游戏 [ 78%]

...ength')] at line 338.然后我根据朋友的提示,把laya.core.js里的this._testWord改成了Text._testWord,然后重新编译构建,但结果还是报这个错,请问应该怎么办呢?谢谢 陌熙 黯夜 • 2019-09-28 20:03 有人回答了呢,而且这问题也已经解决了,嘻...

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

67. 上app store 被拒 怎么修改? [ 78%]

上app store 被拒 怎么修改? This bundle is invalid - The Info.plist file for /Payload/LayaBox.app/Security.framework is missing or could not be read. Invalid Bundle - The bundle at '/Payload/LayaBox.app/Security.framework' does not contain a bundle executable. Invalid Bundle Structure - - T...

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

68. AppStore提审被据 [ 78%]

AppStore提审被据 碰到这个描述:This app invokes the non-public selector "SimulateCrash". It would be appropriate to remove this selector use before resubmitting for review. 查了下,应该是libJavaScriptCore.a和libbmalloc.a包含了,这个如何解决呢? 2018-02-17 添加评论...

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

69. LayaAirID 打包app测试 apk无法开启webgl。用浏览器扫码进入就没问题 [ 78%]

...示对象 *@param index */ __proto.showDisplayByIndex=function(index){ if (this._replaceDic[index]) index=this._replaceDic[index]; if (this.currSlotData && index >-1 && index < this.currSlotData.displayArr.length){ this.displayIndex=index; this.currDisplayData=this.currSlotData...

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

70. 类未找到方法 [ 78%]

...llback(success:Boolean):void { if(success) { loadingRes(); } } "TypeError: this.loadingRes is not a function\n at RequestConfig.__proto.requestCallback [as _callback] 2017-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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