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

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

1. 读取protobuf失败,root.lookup返回null [ 100%]

读取protobuf失败,root.lookup返回null 根据官方示例读取一个protobuf文件,但是在下图中这一步的时候遇到问题,AwesomeMessage的值为null,求助!!!   let AwesomeMessage:any = root.lookup("awesomepackage.AwesomeMessage");   附件 : --> 2020-02-21 添加评...

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

2. 网络和格式-ProtocolBuffer [ 83%]

...) { if (err) throw err; // Obtain a message type var AwesomeMessage = root.lookup("awesomepackage.AwesomeMessage"); // Create a new message var message = AwesomeMessage.create( { awesomeField: "AwesomeString" }); // Verify the message if necessary (i.e. when possibly incomplete or invalid) var errMs...

来源: Laya_示例 发布时间: 20241118

3. 网络和格式-ProtocolBuffer [ 83%]

...) { if (err) throw err; // Obtain a message type var AwesomeMessage = root.lookup("awesomepackage.AwesomeMessage"); // Create a new message var message = AwesomeMessage.create( { awesomeField: "AwesomeString" }); // Verify the message if necessary (i.e. when possibly incomplete or invalid) var errMs...

来源: Laya2.0_示例 发布时间: 20241118

4. 求救:proto解析 _i会变成I [ 66%]

...id{ if (err) throw err; // Obtain message types var msgDefine:any = = root.lookup("protocols.packetc2g_select_gate"); var newMessage:any = msgDefine.create(); } 然后发现里面的成员名字都变了 “_i”变成了大写的“I” 2017-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

5. Laya.stage报null [ 61%]

...perty 'pivotX' of null 打开弹窗UI时报错 读取protobuf失败,root.lookup返回null TypeError: Cannot read property 'sv' of null laya.particle.j at Particle2D.__proto.customRender 问题状态 最新活动: 2020-02-02 18:41 浏览: 396 关注: 1 人

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

6. Proto中关于bytes类型的问题 [ 61%]

...deIO'].ByteBuffer().writeIString('aabbcc').flip(); var MsgClass:any = Root.lookup("XYMessage"); var msgInst:any = MsgClass.create({             'channel': 2,             'auth_info': msgByteBuffer }); 这样写貌似不行,请问下应该怎么弄呢,网上关于ByteBuffer的用法...

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

7. layaAir TS项目如何引用protoBuf库? [ 55%]

... // Obtain a message type             var AwesomeMessage = root.lookup("awesomepackage.AwesomeMessage");             // Create a new message  创建一条协议内容             var message = AwesomeMessage.create({                 awesomeField: "AwesomeStri...

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

8. Protobuf decode报错 [ 55%]

...区的消息     //已经加载完了.proto文件 var awesomMsg:any=root.lookup("com.lll.game.login.LoginRequest"); var message:any=awesomMsg.create( {username:'nk', password:'123', usertype:1} ); var buffer=awesomMsg.encode(message).finish(); //封装数据为约定的格式 length,id,buff socket...

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

9. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 45%]

...                  /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */     // "rootDirs": [],                        /* List of root folders whose combined content represents the structure of the project at runtime. */     "typeRoots"...

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

10. 微信小游戏中不能加载proto文件 [ 39%]

...) if (err) throw err;  // Obtain a message type var AwesomeMessage = root.lookup("msg.LoginReq");  // Create a new message var message = AwesomeMessage.create( { openid: "AwesomeString" });  console.log(message.openid) // Verify the message if necessary (i.e. when possibly incomplete or invalid) ...

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