大约有 335 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0046 秒)
...准确度。 要想使用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
...本进入HTML5和小游戏产业中来。 插件的下载地址:https://github.com/layabox/LayaAir3.0UnityPlugin/releases (图1-1) 开发者下载最新版的插件即可。 二、导入LayaAir的Unity插件 Unity里有一个导入自定义包的功能,通过这个功能,可以在Unity里...
来源: Laya3.0_文档 发布时间: 20251010