大约有 191 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0053 秒)
... layacmd 2 cd 进入项目路径 layacmd publish 就是发布 layacmd compile 就是编译 3 layacmd publish 项目路径(默认是cwd路径) layacmd compile 项目路径(默认是cwd路径) 2017-01-12 0 3 分享 微博 QZONE 微信 devilsome 赞同来自: 非常感谢 2017-01-16 0 0 分...
来源: Laya_社区 发布时间: 20170112
...语句“import”代码段间的任意位置加上此宏编译标记“/*[COMPILER OPTIONS:debug]*/”即可开启debug模式:456789101112 package { /*[COMPILER OPTIONS:debug]*/ import flash.display.Sprite; import flash.events.Event; public class Main extends Sprite { …… } …… } 开启...
来源: Laya_社区 发布时间: 20151218
...:18] Using gulpfile D:\Users\Administrator\Personal\myLaya2.2\Client\.laya\compile.js [16:39:18] Starting 'tsc'... [16:39:18] Starting 'CopyNoneTSFile'... [16:39:18] Finished 'CopyNoneTSFile' after 169 ms error { Error: Command failed: D:\laya\2.2.0\resources\app\node_modules\.bin\tsc.cmd -b "D:\Use...
来源: Laya_社区 发布时间: 20190730
...Flash AS3程序员开发Html5大型游戏而生的引擎框架。通过LayaCompiler编译器,AS3成为继Haxe、TypeScript后,又一种JavaScript编写语言。 自2015年5月26日首次公开发布LayaFlash引擎框架以来,以支持Flash AS3语言在Flash Builder、FlashDevelop中直...
来源: Laya_社区 发布时间: 20151027
...biao • 2018-03-23 16:26 请问启动类要怎么设置,我已经把<compile path="src\LayaSample.as" />改为<compile path="src\HelloLayabox.as" />,但是运行的时候还是启动LayaSample.as Monica • 2018-03-23 17:11 @liruibiao:改完之后把index.html删...
来源: Laya_社区 发布时间: 20180323
... layaair2-cmd 编译功能BUG 想问一下官方,这个命令行工具的compile功能,到底和IDE的编译功能差别在哪? 当在IDE里的scene中,对组件操作,设置组件的name(为了在runtime实例中通过getChildByName获取子节点),通常设置完name,如果不用IDE...
来源: Laya_社区 发布时间: 20191127
...译环境的安装目录,有了这个,LayaAirIDE里就能通过这个Compiler将TypeScript编译成为JavaScript。 #### 2.3 检查TypeScript编译环境版本 在命令行输入“tsc -v” 命令可查看当前TypeScript编译的版本,如图3-2所示。 ```typescript tsc -v ```  3.然后编译就会如下报错。 Incompatible tsconfig option. Module resolves to 'CommonJS'. This is incompatible with rollup, please use 'module: "ES2015"' or 'module: "ESNext"'. ...
来源: Laya_社区 发布时间: 20191220
...复现步骤:(或者直接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