大约有 87 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
...s[event] = this._callbacks[event] || []).push(fn); } public request(route, msg, cb) { if(arguments.length === 2 && typeof msg === 'function') { cb = msg; msg = {}; } else { msg = msg || {}; } route = route || msg.route; if(!route) { return; } this.reqId++; if(this.reqId>127){ this.reqId =...
来源: Laya_社区 发布时间: 20180119
...的动画都不播放了 _gameTableScene["donghua"+ transformToDesignIndex(msg.index)]._childs[0].on(Event.COMPLETE,null,OnAnimation()); 是我写的不对吗? 2018-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...
来源: Laya_社区 发布时间: 20180323
protobuf的bytes字段的问题 var msgByte:Laya.Byte = new Laya.Byte(); msgByte.writeUTFBytes("aabbcc"); var LoginReqCls:any =LoginRoot.lookup("login_req"); var loginReq:any = LoginReqCls.create({ 'channel': 2, 'msg': msgByte.buffer }); var loginProto:any= LoginReqCls.encode(loginReq).finish(); va...
来源: Laya_社区 发布时间: 20171105
厘米秀平台 protobuff 接收到的 msg 长度128?为什么 附件 : --> 2018-08-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 这个问题你需要找厘米秀那边的技术来确...
来源: Laya_社区 发布时间: 20180820
...游戏真机连接websocket报错,<error:exception onOpen fail code:9,msg:Timer Expired>,始终连不上,是怎么回事 微信小游戏真机连接websocket报错,<error:exception onOpen fail code:9,msg:Timer Expired>,始终连不上,是怎么回事 2019-07-09 添加评论 ...
来源: Laya_社区 发布时间: 20190709
js执行once时如何改变执行域 _proto.onMsgCallBack = function () { this.kwxSocket.OnMessageCallBack=function(msg){ console.log("回调"+msg); var dataTemp = JSON.parse(msg); console.log(dataTemp.d); kwxGame.prototype.cardData = dataTemp.d; [b][i]Laya.timer.once(1000, this, this.onOncePiao); ...
来源: Laya_社区 发布时间: 20170419
... required bytes sex = 3; //角色性别 // } if(Msg== null){ Msg = ProtoManager.Instance.getProtoObj(protoFileName).lookup(msgName); } trace("protoFileName=="+protoFileName+" msgName=="+msgName...
来源: Laya_社区 发布时间: 20180314
.../blog.csdn.net/sjt223857130/article/details/79658158 可以支持proto3 msgScheme.proto 放到 protofile 文件夹下 syntax = "proto3"; option java_package = "msgScheme"; package msgScheme; message AMsg { enum Head { Undefined_Msg = 0; Undefined_Request = 1; Undefined_Response = 2; Login_Request...
来源: Laya_社区 发布时间: 20180320
...ort.project(spr.transform.position, camera.projectionViewMatrix, _outPos); msg1.scale(300/xp, 300/xp); msg1.pivot(msg1.width,msg1.height); msg1.pos(_outPos.x / Laya.stage.clientScaleX,(_outPos.y / Laya.stage.clientScaleY)-20); }我这样写 为什么在freshBubble里拿不到这个?有示例可以...
来源: Laya_社区 发布时间: 20180105
...大帮忙答疑一下. 例如: a.ts module proto{ export function msg1(){ console.log("msg1"); } } b.ts module proto{ export function msg2(){ console.log("msg2"); } } 然后再main.ts里面. function dispatchMsg(name: string){ let fun = proto[nam...
来源: Laya_社区 发布时间: 20190604