大约有 7 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
请问下laya的protobuf库,支持uint64和int64吗? RT 2017-12-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: 支持的,但是这需要你们自己改的 2017-12-08 0 0 分享 ...
来源: Laya_社区 发布时间: 20171208
protobuf int64类型在小米环境转换为了object了,正常吗? 2020-12-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 DiIIon 赞同来自: 2020-12-08 0 1 分享 微博 QZONE 微信 为什么被折...
来源: Laya_社区 发布时间: 20201208
...载呢? 请教下微信小游戏的内存和数据缓存? 请问一下 ProtoBuf 支持 as3 版本吗? 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 请问有人遇到oppo小游戏字体显示异常 问题状态 最新活动: 2018-03-22 16:58 浏览: 635 关注: 2 ...
来源: Laya_社区 发布时间: 20180322
求救:proto解析 _i会变成I 我用的是laya自带的protobuf.js, message packetc2g_select_gate { optional e_server_msg_type packet_id = 1 [default = e_mst_c2g_select_gate]; optional int32 packet_iid = 2 [default = 302]; optional int64 packet_iiid = 3 [default = 302]; optional string packet_i...
来源: Laya_社区 发布时间: 20170914
微信小游戏中 使用protobuf问题 https://layaair.ldc.layabox.co ... uffer 我目前项目中使用的是,白鹭转换的,问题是1.int64 长度解析会有问题。2.体积比较大。 想换种方式加载,使用官方的这种加载方式,也不行。 请问有没有其他的方法...
来源: Laya_社区 发布时间: 20190107
...进制读写四、ProtocolBuffer使用4.1 Message 定义4.2 项目中添加protobuf 类库4.3 加载协议文件4.4 Message 方法4.5 代码示例网络通信 一、概述 在我们的项目开发过程中,除了单机不需要使用网络通信,开发一个网络项目,难免要处理网络...
来源: Laya3.0_文档 发布时间: 20241014
...vate handshakeInit(data):void{ if(data.sys){ Routedic.init(data.sys.dict); Protobuf.init(data.sys.protos); } if(data.sys && data.sys.heartbeat) { this.heartbeatInterval = data.sys.heartbeat * 1000; // heartbeat interval this.heartbeatTimeout = this.heartbeatInterval * 2; // max heartbeat tim...
来源: Laya_社区 发布时间: 20180119