大约有 13 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
....window.sharedCanvas); 这里报错 VM13215:1 gameThirdScriptError bitmap._addReference is not a function TypeError: bitmap._addReference is not a function 2018-03-26 2 2 分享 微博 QZONE 微信 Laya_XS 赞同来自: 懒懒 、十字寒鸦 这里是微信小游戏关于好友关系链的说明:...
来源: Laya_社区 发布时间: 20180310
...: this.bitmap.activeResource is not a function if (bitmap&&bitmap._addReference){ bitmap._addReference(); } 这个代码过滤已经加了,但是会报下面这个错 this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function 使用代码如...
来源: Laya_社区 发布时间: 20180403
...(rankTexture,5,78,rankTexture.width,rankTexture.height); }); 报错bitmap._addReference is not a function TypeError: bitmap._addReference is not a function 这是报错地方的代码 /** *<code>Texture</code> 是一个纹理处理类。 */ //class laya.resource.Texture extends laya.even...
来源: Laya_社区 发布时间: 20180504
...关,链接:https://ask.layabox.com/question/13181 并且找到bitmap._addReference关键字,改成下面: if(bitmap&& bitmap._addReference) bitmap._addReference(); 这个地方的bug已经没有 但是在微信程序中报错,这个报错的js文件是开放域的js: ...
来源: Laya_社区 发布时间: 20180408
...码。 Laya 2.0版本的 无法显示微信开放域。 报错:value._addReference is not a function 按照论坛里面以前的一些讨论,修改了laya.core.js里面 value && (value._addReference(this._referenceCount)); =》 if(value && value._addReference){ value._addRefer...
来源: Laya_社区 发布时间: 20181222
...emory height id obsolute referenceCount width cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getVideo hasListener isCreateFromURL off offAll offAllCaller on once setSource create destroyUnusedResources Constructors c...
来源: Laya3.0_api 发布时间: 20231102
...NE 微信 瑰意琦行 赞同来自: 同问,遇到了同样的问题,t.addReference报错,改了laya.core.js之后又报了this.bitmap._getSource() is not a function,改了getsource之后不报错了,但是开放域的东西都没绘制出来,game.json里面设置了开放域的,并且使...
来源: Laya_社区 发布时间: 20181025
...er.window.sharedCanvas); 上面这句报错: gameThirdScriptError value._addReference is not a function TypeError: value._addReference is not a function at Texture.<anonymous> (http://127.0.0.1:10656/game/js/bundle.js:15188:19) at Texture.__proto.setTo (http://127.0.0.1:10656/gam...
来源: Laya_社区 发布时间: 20181123
...件纹理,2.0不行(A,B两种方法) 报如下错误: value._addReference is not a function 请问现在2。0该如何处理? 附件 : --> 2018-10-01 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20181001
...ght id obsolute referenceCount uv valid width cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy disposeBitmap event getCachedClip getPixels getTexturePixels hasListener isCreateFromURL load off offAll offAllCaller on once rec...
来源: Laya3.0_api 发布时间: 20231115