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

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

41. 我用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

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

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

44. 寻路系统(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

45. 寻路系统(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

46. 打成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

47. 寻路系统(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

48. 2.x引擎项目升级指南 · LayaAir3.0文档 · LAYABOX [ 68%]

...接口,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_文档 发布时间: 20230406

49. laya.resource.RenderTexture2D [ 68%]

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

50. LayaAir引擎与原生Flash的差异文档说明! [ 67%]

...aphics.beginFill(0xFFFF00); sp.graphics.drawRect(0,0,200,200); sp.graphics.endFill(); addChild(sp); var mask:Sprite=new Sprite(); mask.graphics.beginFill(0xFF0000); mask.graphics.drawCircle(0,0,50); mask.graphics.endFill(); sp.mask=mask2、动态遮罩 var sp:Sprite=new Sprite(); sp.graphics.beginFi...

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