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

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

61. Opp rpk一启动就黑屏 [ 90%]

...r: ERROR: Uncaught TypeError: this.drawImage is not a function, location: /data/user/0/com.nearme.instant.platform/app_game/app/com.fuck.module/1/libs/laya.core.js:0:0 05-31 15:57:02.604 17874 17959 E jswrapper: STACK: 05-31 15:57:02.604 17874 17959 E jswrapper: [0]e.drawTextureWithTransform@/data/u...

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

62. QQ玩一玩 API 中没有 BKLaya.tools.BinaryLoader 的定义 [ 89%]

....onerror !=null){ _self.onerror(); } } this._socket.onMessage=function (ws,data){ if (data.isBinary){ data.data=[b]BKLaya.tools.BinaryLoader[/b].BufferToArrayBuffer(data.data); } if (_self.onmessage !=null){ _self.onmessage(data); } } } //............... BKLaya.tools.BinaryLoader 这个 类是没...

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

63. 2.0播放声音时 Error: DOMException: Unable to decode audio data [ 89%]

2.0播放声音时 Error: DOMException: Unable to decode audio data 1.7的项目,用2.0打开时播放声音就会显示此错误 Laya.SoundManager.playSound("res/Sound/big_ta_dah.mp3", 1, null); 2018-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

64. LIST renderHandler的ITEM高度自定义后,设置content变更其内部容器大小不生效 [ 89%]

...tyLimitedTask.prototype.onItemUpdate = function(_cell, _index) {     var data = this.mList_.task_info[_index];     if (data) {         _cell.layer_one.visible = (-1 == data.task_id);         _cell.layer_two.visible = !_cell.layer_one.visible;         _cell.height = (-1 == data.task_i...

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

65. laya iOS打包 loadCachedURL Error, no cache data. [ 89%]

laya iOS打包 loadCachedURL Error, no cache data. 已经翻过好多文档好多贴子了。实在没办法了。。 一直提示 ‘游戏加载失败,可能由于您的网络不稳定,请退出重进’ 附件 : --> 2019-09-20 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有...

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

66. 微信开放数据域加载图片后报错 Cannot read property 'USER_DATA_PATH' of undefined [ 89%]

微信开放数据域加载图片后报错 Cannot read property 'USER_DATA_PATH' of undefined 在子域中简单的添加一张图片后,微信开发工具中报错 Cannot read property 'USER_DATA_PATH' of undefined 图片的url不管是本地的还是微信头像的url都会这样 主域中这...

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

67. BUG:Sprite.event() [ 89%]

...的数据,会报错,我看了编译后的JS代码,的确有问题,data.unshift没有判断是否是数组 if (this.method==null)return null; var id=this._id; if (data==null) var result=this.method.apply(this.caller,this.args); else if (!this.args && !data.unshift)result=this.method.c...

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

68. 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined [ 89%]

今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined Wechat Lib:2.0.1, 2018.4.14 12:32:36 code.js:107 Warning!,this class[MiniAdpter] already exist: {init: ƒ} WAGame.js:3 gameThirdScriptError Cannot read property 'USER_DATA_PATH' of undefined TypeError: Cannot rea...

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

69. laya打包native上传Google Play 后台报错 [ 89%]

...> com.fengliu.fkxyr <<< backtrace:   #00 pc 00000000000160f0 /data/app/com.fengliu.fkxyr-1/lib/arm64/libv8_libbase.cr.so (offset 0xc000) (v8::base::OS::Abort()+24)   #01 pc 000000000084479c /data/app/com.fengliu.fkxyr-1/lib/arm64/libv8.cr.so (offset 0x2ea000)   #02 pc 000000000017ea68...

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

70. 列表组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 89%]

...节点被添加到舞台后 onEnable(): void { // 给List对象赋值 var data: Array<any> = []; for (var m: number = 0; m < 20; m++) { data.push({ m_label: "No." + m }); } this.list.array = data; } } 代码中,m_label的命名要与List列表项下的Label组件命名相同。 1.2.5 运...

来源: Laya3.0_文档 发布时间: 20251010