大约有 71 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...meoutId:any = null; private handshakeCallback:any = null; private handshakeBuffer:any; private initCallback:Function = null; private _callbacks:any = {}; private reqId:number = 0; private _package:IPackage; private _message:IMessage; constructor(){ if(!console.group){ console.group = console.log; co...
来源: Laya_社区 发布时间: 20180119
Loader.BUFFER的问题 我现在要下载一个解压包进行解压,采用的是以下语句: Laya.loader.load("config.zip", Laya.Handler.create(this, this.configLoaded,["config.zip"]), null, Laya.Loader.BUFFER, 1, true) private configLoaded(url):void { var data:Object = Laya.loader.get...
来源: Laya_社区 发布时间: 20171218
粒子销毁后webgl报错:no buffer is bound to enabled attribute,同时所有图片皆无法显示,黑屏 采用官方的粒子演示代码,额外在stage中加了一个星星图片,计时两秒后将粒子destroy掉。destroy后星星图片无法显示,同时控制台警告:WebGL: ...
来源: Laya_社区 发布时间: 20191106
1.7.5beta的Laya.Byte的buffer属性报错 1.7.5beta的Laya.Byte的buffer属性报错,提示不支持方法 附件 : --> 2017-05-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 你...
来源: Laya_社区 发布时间: 20170519
Array buffer allocation failed RT,以上错误是什么意思,可能的原因是? 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 数组缓冲区分配失败 ,原因需...
来源: Laya_社区 发布时间: 20180524
Array buffer allocation failed这个报错是什么意思 2017-09-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 数组缓冲区分配失败 2017-09-05 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170905
Array buffer allocation failed 目前用laya开发的html5游戏线上运行两款, 使用引擎laya2.1.0, 每天都会在后台抓到下面的异常,每天有几百个用户报错 类似下图中的(代码混淆过) RangeError: Array buffer allocation failed at new ArrayBuffer (<...
来源: Laya_社区 发布时间: 20190809
引用Node.js码时报错 Node.js程式码片段var modulus = new Buffer(modulus_b64, 'base64'); 直接点击Buffer移置定义发现index.d.ts裡有写 但这行划了红线 直接使用Buffer会报 Buffer is not defined 改成Laya.Buffer则不能工作 有没有具体上引用的方法呢 附...
来源: Laya_社区 发布时间: 20170815
...eVertexAttribArray之后没有disableVertexAttribArray,导致粒子相关buffer被delete之后出现no buffer is bound to enabled attribute报错。 解决代码: let $beginFlush = Laya.RunDriver.beginFlush; Laya.RunDriver.beginFlush = function () { $beginFlush.call(this); let attrs = Laya...
来源: Laya_社区 发布时间: 20200708
Array buffer allocation failed UC 浏览器上容易出现 缓冲区分配失败。 附件 : --> 2019-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 Laya_Aaron 赞同来自: 把项目demo发来看看 2019-0...
来源: Laya_社区 发布时间: 20190322