大约有 490 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0115 秒)
...相关文档介绍。 这里推荐一篇不错的文档链接: https://github.com/xcatliu/typescript-tutorial/blob/master/basics/declaration-files.md
来源: Laya2.0_文档 发布时间: 20210715
...时784毫秒 使用普通资源加载耗时2798毫秒 demo用例 https://github.com/lear315/layazip-demo使用方法Laya 2.x及以下版本 下载扩展包laya-zip 解压后,将laya-zip.js文件放入项目bin/libs/文件夹下,将laya-zip.d.ts文件放入项目libs/文件夹下,在bin/index.j...
来源: Laya_社区 发布时间: 20230316
... 2019-03-25 0 0 分享 微博 QZONE 微信 lalala 赞同来自: 不高个github来给fork一下么 2019-03-26 0 1 分享 微博 QZONE 微信 1554271938用户 赞同来自: file:///C:\Users\Administrator.USER-20190320OH\AppData\Roaming\Tencent\Users\1952170302\TIM\WinTemp\RichOle\B5)KOO8DVF5R6%6I$J4)...
来源: Laya_社区 发布时间: 20190225
...t克隆我们适配好的Cannon.js库的项目源码,地址为:https://github.com/layabox/LayaAir3Physics-Cannon.git 源码项目克隆到本地之后,我们根据 开源使用文档(README.zh-CN.md) 来配置好项目的编译环境。 在这个项目源码中,src目录下就没那么...
来源: 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
...omelo 说实话,框架真心不错,客户端也简单,具体介绍看github上的介绍吧,https://github.com/NetEase/pomelo,谈到这个就顺便讲讲如何使用第三方库吧,以pomeloClient.js为例 a.可在网上找对应的库及对应的PomeloClient.d.ts文件。 b.将PomeloClient...
来源: Laya_社区 发布时间: 20161109
...置为空了。 四、通过代码的使用方法 源码地址:https://github.com/layabox/layadcc2.git 分支:dccplugin LayaDCCClient的接口定义: export class LayaDCCClient{ onlyTransUrl:boolean; //映射到dcc目录的地址头,如果没有,则按照http://*/算,所有的请求都...
来源: Laya3.0_文档 发布时间: 20251010
...本进入HTML5和小游戏产业中来。 插件的下载地址:https://github.com/layabox/LayaAir3.0UnityPlugin/releases (图1-1) 开发者下载最新版的插件即可。 二、导入LayaAir的Unity插件 Unity里有一个导入自定义包的功能,通过这个功能,可以在Unity里...
来源: Laya3.0_文档 发布时间: 20251010
...引擎源码,或官网的API文档 https://layaair.com/3.x/api/ https://github.com/layabox/LayaAir Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:01 img{cursor:pointer}
来源: 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