大约有 339 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0099 秒)
...成默认的微信小游戏项目,稍微修改其代码,增加https://github.com/layabox/layaair-doc/tree/master/Chinese/LayaAir_AS3/3D/examples 示例里下载的girl.lh文件,在laya内测试正常加载显示,代码如下:// 程序入口 class LayaAir3D { /*3D场景*/ private scene:Laya...
来源: Laya_社区 发布时间: 20180307
...相关文档介绍。 这里推荐一篇不错的文档链接: https://github.com/xcatliu/typescript-tutorial/blob/master/basics/declaration-files.md
来源: Laya2.0_文档 发布时间: 20210715
...omelo 说实话,框架真心不错,客户端也简单,具体介绍看github上的介绍吧,https://github.com/NetEase/pomelo,谈到这个就顺便讲讲如何使用第三方库吧,以pomeloClient.js为例 a.可在网上找对应的库及对应的PomeloClient.d.ts文件。 b.将PomeloClient...
来源: Laya_社区 发布时间: 20161109
...时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
...准确度。 要想使用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 2026 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