大约有 264 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0047 秒)
Laya_社区(175) Laya3.0_api(33) laya_api(17) Laya3.0_文档(15) Laya2.0_文档(13) Laya2.0_api(5) Laya_示例(3) Laya2.0_示例(3)
...ined 并且 debugPanel不能使用 播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 Property 'BoxMesh' does not exist on type 'typeof Laya' 问题状态 最新活动: 2017-05-16 14:34 浏览: 1957 关注: 2 人
来源: Laya_社区 发布时间: 20170516
...st on type 'Node & ChildNode'. 播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 问题状态 最新活动: 2021-02-20 09:41 浏览: 129 关注: 2 人
来源: Laya_社区 发布时间: 20210130
...存分配不合理 如图示,每个spine都用最大顶点长度去创建buffer,我的项目中会使用大量spine,但是顶点数很少,这会导致很大的内存浪费 附件 : --> 2025-01-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20250102
...ure)。Loader AVATAR : String = AVATAR[static] Avatar资源。Loader BUFFER : String = arraybuffer[static] 二进制类型,加载完成后返回arraybuffer二进制数据。Loader FONT : String = font[static] 位图字体类型,加载完成后返回BitmapFont,加载后,会根据文...
来源: Laya2.0_api 发布时间: 20190513
...理? httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header httpRequest send返回Request failed Status:0 手机调试时http请求错误,返回Request failed Status:0 FATAL ERROR: C...
来源: Laya_社区 发布时间: 20190307
...式:Laya.loader.load(url, Handler.create(this, onComplete), null, Loader.BUFFER); 2017-05-05 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hhj2357620 相关问题 2.0一不小心删了bin目录下的某个场景json文件。。竟然...
来源: Laya_社区 发布时间: 20170505
...18-10-08 10:55 看这个报错是KBEngine.MemoryStream报的,和我们的Buffer没有关系啊
来源: Laya_社区 发布时间: 20181002
...tance.ShowTips(str,"Confirm",OnCallBack); } } } else if (message is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function OnCallBack():void { MsgManger.SendMsg("LoginOut"); } private function onConnectError(e:Event=null):void { trace("error"); } } } ...
来源: Laya_社区 发布时间: 20170724
...e use transform's property instead 播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 Cannot set property text of #<Button> which has only a getter 问题状态 最新活动: 2018-03-24 20:14 浏览: 1082 关注: 2 人 qweouyang1990 • 2018-03-31 17:1...
来源: Laya_社区 发布时间: 20180324
...r.on(Event.COMPLETE, this, loadEnd); loader.load("atlas/byarr.byte",Loader.BUFFER); private function loadEnd(data:*):void { if (data is ArrayBuffer) { var byts:Byte = new Byte(data); byts.pos = 0; var fr:int = byts.getByte(); var a:int = byts.getInt32(); alert(fr);//这个值正常 alert(a);//这个...
来源: Laya_社区 发布时间: 20170308