大约有 8 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)
...web端CrazyGames中运行API项目示例的2D: (图4-2) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...节点被添加到舞台后 onEnable(): void { Laya.loader.load("resources/layabox.png", Laya.Loader.IMAGE).then(() => { this.setMesh2DRender(); }); } // 配置2D网格渲染器 setMesh2DRender(): void { let mesh2Drender = this.layaMonkey.getComponent(Laya.Mesh2DRender); // 添加网格 mesh2Dren...
来源: Laya3.0_文档 发布时间: 20251120
...ole_run.json", "spine/role_attack.json" ], Laya.Loader.SPINE); Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-02-03 10:43:00 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260203
...载,引擎会自动根据Spine主文件加载关联资源。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-31 15:13:46 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260131
...是游戏与交互开发进入智能化新时代的标志。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-28 15:12:31 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260128
...跑通后,再逐步利用这些机制提升开发效率。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-31 18:18:08 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260131
...ser.window.QRCode(div,{ width:100, height:100 }); var url:string = "http://layabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,this.clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); 编译运行上面的代码,然后点击舞台可以看到,...
来源: Laya3.0_文档 发布时间: 20251010
... name=myname 和 psword=xxx this.hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/', null, 'get', 'text'); 这里的重点是send方法,这个send方法要和 XMLHttpRequest 的send区分开。 2.3 POST 下面用post方法请求一个数据方式如下: this.hr = new HttpRequest(); this.hr.on...
来源: Laya3.0_文档 发布时间: 20250104