大约有 11 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)
...、 TypeScript 进阶教程 《深入理解 TypeScript》:https://jkchao.github.io/typescript-book-chinese/ Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...ps://elevenlabs.io/ MusicGen是由Meta 研发并开源的一个大模型,Github地址为:https://github.com/facebookresearch/audiocraft 2.2.4 文生游戏 文生游戏在当下的难度还比较大,通用大模型生成的JS游戏代码,仅仅是基础的DEMO玩法级,很难形成商业化...
来源: Laya3.0_文档 发布时间: 20251103
...础服务。 引擎官网:https://layaair.com/ 开源引擎: https://github.com/layabox/LayaAir 免费文档:https://layaair.com/3.x/doc/ 免费API:https://layaair.com/3.x/api/ 免费Demo:https://layaair.com/3.x/demo/ 开发者社区:https://ask.layaair.com/ 2.2 LayaAir引擎VIP定制服...
来源: Laya3.0_文档 发布时间: 20251010
...我们借助第三方的js类库来生成二维码。类库代码可以再GitHub上下载,这里用的是这个地址。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考地址。具体的逻辑代码如下: var div:any = Laya.Browser.document.createElement("d...
来源: Laya3.0_文档 发布时间: 20251010
...t克隆我们适配好的Cannon.js库的项目源码,地址为:https://github.com/layabox/LayaAir3Physics-Cannon.git 源码项目克隆到本地之后,我们根据 开源使用文档(README.zh-CN.md) 来配置好项目的编译环境。 在这个项目源码中,src目录下就没那么...
来源: Laya3.0_文档 发布时间: 20251010
...2-3) 因此,我们需要引入Astar.js来支持A*算法,从 https://github.com/bgrins/javascript-astar 官网下载 astar.js 将 astar.js 放入 assets 目录下,或者 src 目录下,这里以 assets 为例,如图2-4所示 (图2-4) 点击 astar.js ,在属性面板中,勾选“导...
来源: Laya3.0_文档 发布时间: 20251010
...准确度。 要想使用A*作为寻路的方案,首先需要到 https://github.com/bgrins/javascript-astar 官网下载 astar.js 然后把 astar.js 放到项目的bin目录中,并在 index.html 里引入,如下所示 <script type="text/javascript" src="astar.js"></script> 2.2 A*...
来源: Laya3.0_文档 发布时间: 20230303
...引擎源码,或官网的API文档 https://layaair.com/3.x/api/ https://github.com/layabox/LayaAir Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...置为空了。 四、通过代码的使用方法 源码地址:https://github.com/layabox/layadcc2.git 分支:dccplugin LayaDCCClient的接口定义: export class LayaDCCClient{ onlyTransUrl:boolean; //映射到dcc目录的地址头,如果没有,则按照http://*/算,所有的请求都...
来源: Laya3.0_文档 发布时间: 20251010
...awesome.proto"; 4.2 项目中添加protobuf 类库 我们可以从 https://github.com/protobufjs/protobuf.js 下载最新 protobuf 类库,并放到项目的bin目录中,同时在index.html 中引用到 protobuf.js <script type="text/javascript" src="protobuf.js"></script> 4.3 加载...
来源: Laya3.0_文档 发布时间: 20250104