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

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

1. socket大型项目回调 [ 100%]

...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

2. Animation 下的Event.COMPLETE 回调 [ 95%]

...的动画都不播放了 _gameTableScene["donghua"+ transformToDesignIndex(msg.index)]._childs[0].on(Event.COMPLETE,null,OnAnimation()); 是我写的不对吗? 2018-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...

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

3. protobuf的bytes字段的问题 [ 94%]

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

4. 厘米秀平台 protobuff 接收到的 msg 长度128?为什么 [ 94%]

厘米秀平台 protobuff 接收到的 msg 长度128?为什么 附件 : --> 2018-08-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 这个问题你需要找厘米秀那边的技术来确...

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

5. 微信小游戏真机连接websocket报错,<error:exception onOpen fail code:9,msg:Timer Expired>,始终连不上,是怎么回事 [ 94%]

...游戏真机连接websocket报错,&lt;error:exception onOpen fail code:9,msg:Timer Expired&gt;,始终连不上,是怎么回事 微信小游戏真机连接websocket报错,&lt;error:exception onOpen fail code:9,msg:Timer Expired&gt;,始终连不上,是怎么回事   2019-07-09 添加评论 ...

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

6. js执行once时如何改变执行域 [ 93%]

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

7. 协议打包byte出错 [ 91%]

...  required bytes sex = 3; //角色性别 // }             if(Msg== null){                 Msg = ProtoManager.Instance.getProtoObj(protoFileName).lookup(msgName);             }             trace("protoFileName=="+protoFileName+" msgName=="+msgName...

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

8. 静态protobuf [ 89%]

.../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

9. 回调函数传递sprite3D问题 [ 89%]

...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

10. 升级到2.0后.原本用字符串索引module内的函数,发现不行了, 求指教 [ 88%]

...大帮忙答疑一下.   例如: 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