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

大约有 13 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0021 秒)

11. Laya.MiniAdpter.downLoadFile缓存的文件无法读取的问题 [ 62%]

...iniAdpter.downLoadFile来缓存二进制文件,逻辑如下:   public Request(url:string):void { console.log("url: " + url); if (Laya.Browser.onMiniGame) { var args = {url:url, handler:null}; var handler = Laya.Handler.create(this, this.OnDownloadFileInWxOk, [args], false); args.handler = handl...

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

12. socket大型项目回调 [ 54%]

...= null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}; private heartbeatInterval:number = 0; private heartbeatTimeout:number = 0; private nextHeartbeatTimeout:number = 0; private gapThreshold:number = 100; private heartbeatId:any = null;...

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

13. LayaAir2.0(LayaBox)之小游戏开放域开发 [ 42%]

...tation": "portrait",  "showStatusBar": false,  "networkTimeout": {    "request": 10000,    "connectSocket": 10000,    "uploadFile": 10000,    "downloadFile": 10000 },  "openDataContext": "./open" } 然后 把 sunDemo 子域项目laya/assets里面的 test 复制到 fatherDemo主域项目...

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