大约有 188 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0040 秒)
Laya_社区(121) Laya3.0_api(21) Laya2.0_api(12) laya_api(11) Laya3.0_文档(11) Laya2.0_文档(11) Laya_示例(1)
...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
...str.charCodeAt(i); } console.log("copy end"); this.socket.send(b); console.log("send end"); this.socket.flush(); 2017-06-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20170628
...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
...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
...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
...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
...} 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
...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
...接口,3.2 2D能对3D正确遮挡。3.3 新增 MOUSE_DRAG和MOUSE_DRAG_END3.4 删除了RIGHT_MOUSE_DOWN和RIGHT_MOUSE_UP3.5 事件汇总4、LayaAir3.0 组件系统修改5、Runtime的使用差异6、2D动画2.0引擎开发者使用3.0的差异汇总 Author:谷主 && Charley [!Note] 本...
来源: Laya3.0_文档 发布时间: 20250217
... DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTexture2DProperties | Methods | Constants Packagelaya.resourceClasspublic class RenderTexture2DInheritanceRenderTexture2D BaseTexture laya.resource.Bitmap RenderTexture 类用于创建渲染目标。 Public Properties...
来源: Laya2.0_api 发布时间: 20190513