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

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

41. filetable.bin有可能被修改? [ 71%]

...://lesson.GameMLPD/update/ ... 3.133 s=0 l=164 I/LayaBox ( 9069): download end I/LayaBox ( 9069): assetsid old: new:<html> I/LayaBox ( 9069): <head> I/LayaBox ( 9069): <meta http-equiv="refresh" content="0; url=http://hljdnserror1.wo.com.cn: ... ot%3B /> I/LayaBox ( 9069): </hea...

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

42. JSONP跨域读取数据(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 70%]

...tp = require("http"); var sever = http.createServer(function(req,res){ res.end("LayaSample.onComplete()"); }); sever.listen(9090) ``` ```javascript res.end("LayaSample.onComplete()"); ``` 这句话的意思是服务器回传给客户端LayaSample.onComplete()并且执行这个函数。 通过几行...

来源: Laya2.0_文档 发布时间: 20210715

43. JSONP跨域读取数据(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 70%]

...tp = require("http"); var sever = http.createServer(function(req,res){ res.end("LayaSample.onComplete()"); }); sever.listen(9090) ``` ```javascript res.end("LayaSample.onComplete()"); ``` 这句话的意思是服务器回传给客户端LayaSample.onComplete()并且执行这个函数。 通过几行...

来源: Laya2.0_文档 发布时间: 20210715

44. 我用laya.websocket通信 二进制数据, 服务器对二进制数据进行解析,解析出来不是预期,请问我哪里写错了? 代码如下 [ 70%]

...str.charCodeAt(i);             }             console.log("copy end");             this.socket.send(b);             console.log("send end");             this.socket.flush(); 2017-06-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

45. JSONP跨域读取数据(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 70%]

...tp = require("http"); var sever = http.createServer(function(req,res){ res.end("LayaSample.onComplete()"); }); sever.listen(9090) ``` ```javascript res.end("LayaSample.onComplete()"); ``` 这句话的意思是服务器回传给客户端LayaSample.onComplete()并且执行这个函数。 通过几行...

来源: Laya2.0_文档 发布时间: 20210714

46. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 70%]

...htCompensation session viewerReferenceSpace EVENT_FRAME_LOOP EVENT_MANAGER_END Accessors currentFrameRate referenceSpace sessionMode supportedFrameRates Methods destroy endXRRenderLoop event exitXR hasListener initializeAsync initializeSessionAsync initializeXRGL isSessionSupportedAsync off offAll o...

来源: Laya3.0_api 发布时间: 20231115

47. 寻路系统(JavaScript-3D基础(JS)-LayaAir3D之高级应用) [ 69%]

...is.pointCount].x,this.path[this.nextPathIndex++ % this.pointCount].z, this.endPoint); //开始于结束点数据 var start = this.graph.grid[this.startPoint.x][this.startPoint.z]; var end = this.graph.grid[this.endPoint.x][this.endPoint.z]; //生成路径 this._everyPath = window.astar.search(this.g...

来源: Laya2.0_文档 发布时间: 20210714

48. 寻路系统(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 69%]

...is.pointCount].x,this.path[this.nextPathIndex++ % this.pointCount].z, this.endPoint); //开始于结束点数据 var start = this.graph.grid[this.startPoint.x][this.startPoint.z]; var end = this.graph.grid[this.endPoint.x][this.endPoint.z]; //生成路径 this._everyPath = (window as any).astar.sear...

来源: Laya2.0_文档 发布时间: 20210715

49. 打成ios包,运行时显示的测试扫码界面 [ 69%]

...} 2020-04-22 18:21:19.055916+0800 layabox[3608:626634] >>>JCConchRender::clearAllData =949460544 2020-04-22 18:21:19.091907+0800 layabox[3608:626767] Download [  ]:http://nativetest.layabox.com/ ... .6382 2020-04-22 18:21:19.421986+0800 layabox[3608:626767] Download end:200 2020-04-22 18:2...

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

50. 寻路系统(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 69%]

...x(path[nextPathIndex % pointCount].x,path[nextPathIndex++ % pointCount].z, endPoint); //开始于结束点数据 var start:Object = graph.grid[startPoint.x][startPoint.z]; var end:Object = graph.grid[endPoint.x][endPoint.z]; //生成路径 _everyPath = Browser.window.astar.search(graph, start, end, ...

来源: Laya2.0_文档 发布时间: 20210714