• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 189 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)

71. 编译Typescript项目时卡死,通过node断点调试layaair-cmd,已定位是tsSort.js问题 [ 67%]

...复现步骤:(或者直接github地址:https://github.com/raofr/laya_compile_bug) 创建TypeScript空项目 修改src/LayaSample.ts import WebGL = Laya.WebGL; // 程序入口 class GameMain{ constructor() { Laya.init(600,400, WebGL); } static wallet:com.battlecry.idle_m.data_proto.WalletMod...

来源: Laya_社区 发布时间: 20181115

72. 搭建基础开发环境 · LayaAir3.0文档 · LAYABOX [ 67%]

...译环境的安装目录,有了这个,LayaAirIDE里就能通过这个Compiler将TypeScript编译成为JavaScript。 2.2.2 检查TypeScript编译环境版本 在命令行输入“tsc -v” 命令可查看当前TypeScript编译的版本,如图2-4所示。 tsc -v (图2-4) 如果显示出版...

来源: Laya3.0_文档 发布时间: 20241014

73. laya支持的发布模式有哪些? [ 67%]

...存在的问题。  使用:    (1)、开启debug模式方法: /*[COMPILER OPTIONS:debug]*/ 在游戏入口类的package内导包位置加上此编译宏;    (2)、关闭debug模式方法: 删掉编译宏; 3、发布(release)模式  描述:   在release编译模式下,会...

来源: Laya_社区 发布时间: 20151203

74. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 66%]

...烫 2019-10-09 0 0 分享 微博 QZONE 微信 xiaocai 赞同来自: {   "compilerOptions": {     /* Basic Options */     "target": "es2017",                          /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ ...

来源: Laya_社区 发布时间: 20190408

75. 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. [ 65%]

.../Resources/app [15:34:09] Using gulpfile ~/Git/WorkProject/StackBall/.laya/compile.js [15:34:09] Starting 'compile'... 出错了: TypeScript error: ../../../node_modules/@types/node/index.d.ts(58,22): Error TS6053: File '../../../node_modules/@types/node/base.d.ts' not found.       node 版本:...

来源: Laya_社区 发布时间: 20200107

76. 项目发布详解(含命令行发布)(TypeScript-IDE篇(TS)-代码模式基础) [ 64%]

...on output the version number -h, --help output usage information Commands: compile compile project. publish publish project. help [cmd] display help for [cmd] ``` #### layaair2-cmd的帮助说明: 帮助中首先给出了命令的使用范例: ``` Usage: layaair2-cmd [command] [args] ``` 说明...

来源: Laya2.0_文档 发布时间: 20210715

77. mac laya 2.5beta ts示例工程 tsconfig.json tartget 改成es5 编译报错 [ 64%]

...nts/Resources/app [09:09:54] Using gulpfile ~/projects/mylaya11/Tank/.laya/compile.js [09:09:54] Starting 'compile'... { Error: /Users/xxxxx/projects/mylaya11/Tank/src/script/Bullet.ts(4,29): semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found. at error ...

来源: Laya_社区 发布时间: 20200311

78. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 64%]

...          })); 但是编译时报如下错误: [23:43:30] Starting 'compile'... { Error: D:/Workspace/LayaTest/demo010/src/script/GameUI.ts(50,17): semantic error TS2339: [31mProperty 'transform' does not exist on type 'Node'.[39m at error (D:\Software\Develop\LayaAirIDE\resources\app\node_mo...

来源: Laya_社区 发布时间: 20211009

79. 创建JS项目并详解目录结构(JavaScript-LayaAir基础篇(JS)-快速上手) [ 62%]

...的一些配置信息,如图4所示。 ![4](img/4.png) (图4) #### `compile.js` 文件介绍 `compile.js` 是gulp自定义编译流程的脚本文件,如果开发者对gulp比较熟悉的可以修改,否则不要动这里。 #### `launch.json`文件介绍 `launch.json` 文件保存了项...

来源: Laya2.0_文档 发布时间: 20210714

80. layacmd publish -o cc [ 61%]

...告知新版资源管理的LAYACMD命令 【分享】通过命令行调用compile.js编译,不使用laya-cmd layacmd mac 系统安装不上,急 LAYACMD少文件 layacmd可以发微信吗 layacmd 有新的版本管理的功能吗? 资源版本管理问题,根据官方文档 layacmd 执行后...

来源: Laya_社区 发布时间: 20171116