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

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

31. 微信小游戏审核时候报错array buffer allocation failed导致通不过,望官方帮忙看下这个问题怎么处理 [ 90%]

微信小游戏审核时候报错array buffer allocation failed导致通不过,望官方帮忙看下这个问题怎么处理   附件 : --> 2019-12-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron ...

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

32. layaAir TS项目如何引用protoBuf库? [ 89%]

...参考了http://layaair.ldc.layabox.com/demo/?2d&Network&ProtocolBuffer  参考这个连接并写了一个例子。现在把我的例子步骤贴出来给大家,如有错误请指正。 1、工程新建的内容我就不罗嗦了。先写一个awesome.proto文件,内容: package aweso...

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

33. Uncaught RangeError:Array buffer allocation failed [ 89%]

Uncaught RangeError:Array buffer allocation failed 引擎版本2.1.0(升级到2.2.0beta4也会出现这个bug) 运行环境:华为手机,系统P10Plus; 浏览器:华为自动浏览器版本EMUI 9.1.0 demo由于公司原因无法提供,只有附件图片。   进入游戏后从登入场...

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

34. Laya.loader.load,BUFFER模式读出来的文件内容跟nodejs的readfilesync读出来的结果不一样?什么方法可以跟readfilesync的结果一样? [ 89%]

Laya.loader.load,BUFFER模式读出来的文件内容跟nodejs的readfilesync读出来的结果不一样?什么方法可以跟readfilesync的结果一样? 2018-07-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...

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

35. laya.d3.graphics.VertexBuffer3D [ 89%]

...mentationAll Packages | All Classes | Index | Frames No Frames VertexBuffer3DProperties | Methods | Constants Packagelaya.d3.graphicsClasspublic class VertexBuffer3DInheritanceVertexBuffer3D Buffer Object VertexBuffer3D 类用于创建顶点缓冲。 Public Properties Hide Inherited Public ...

来源: Laya2.0_api 发布时间: 20190513

36. 游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed [ 89%]

游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed 运行一会游戏,会出现 电脑网页上不会出现,手机浏览器会出现 附件 : --> 2019-06-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

37. Socket input流问题,烦请看下具体是什么原因 [ 89%]

Socket input流问题,烦请看下具体是什么原因 //_buffer是我new的一个Byte,把读取的socketinput数据存入buffer _buffer.writeArrayBuffer(input.buffer,0,input.length); _buffer.pos=0; //[问题]!!!!很奇怪 用clear无法清空input //input.clear(); //必须使用下面的方式...

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

38. laya.d3.graphics.IndexBuffer3D [ 88%]

...umentationAll Packages | All Classes | Index | Frames No Frames IndexBuffer3DProperties | Methods | Constants Packagelaya.d3.graphicsClasspublic class IndexBuffer3DInheritanceIndexBuffer3D Buffer Object IndexBuffer3D 类用于创建索引缓冲。 Public Properties Hide Inherited Public Pro...

来源: Laya2.0_api 发布时间: 20190513

39. 请问socket如何发送protobuf编码后的数据? [ 87%]

...代码,希望对你有帮助。。我已经亲测有效!!!! let buffer = AwesomeMessage.encode(message).finish(); let pkg: Laya.Byte = new Laya.Byte(); pkg.endian = Laya.Byte.BIG_ENDIAN; // 大端模式的数据 socket在new的时候我设置了 this.socket.endian = Laya.Socket.BIG_ENDIAN;...

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

40. 将字节数组转为图片 [ 86%]

....loader.load(url, Handler.create(this, byteLoadComplete,[url]),null,Loader.BUFFER); private function byteLoadComplete(url:String):void {             var buffer:ArrayBuffer = Laya.loader.getRes(url);             var byte:Byte = new Byte(buffer);             byte.writeArrayB...

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