大约有 191 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0042 秒)
...提示的。 执行layaair-cmd publish -h就不行,提示:layaair-cmd-compile(1) does not exist, try --help。 以前的命令行工具layacmd是可以用的, 执行的命令都是参考https://ldc.layabox.com/doc/?nav=zh-ts-3-4-2这个网址的 2017-12-21 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20171221
...5\resources\app [16:24:15] Using gulpfile D:\workspace\Test_2_5_1\.laya\compile.js [16:24:15] Starting 'layacompile'... [16:24:16] Finished 'layacompile' after 634 ms [16:24:16] Starting 'compile'... [16:24:16] 'compile' errored after 23 ms [16:24:16] Error: Invalid number at error (D...
来源: Laya_社区 发布时间: 20200311
...变种集合属性介绍 1.是否已经全部编译 ```typescript get allCompiled(); ``` 2.包含的变种数量 ```typescript get variantCount(); ``` 3.添加着色器变种 ```typescript add(variant); ``` 4.移除着色器变种 ```typescript remove(variant); ``` 5.是否包含着色器变种 ```t...
来源: Laya2.0_文档 发布时间: 20210714
...ayaAirIDE\resources\app [15:26:35] Using gulpfile E:\myLaya\demo2\.laya\compile.js [15:26:35] Starting 'compile'... [15:26:38] 'compile' errored after 2.84 s [15:26:38] Error: E:/myLaya/demo2/src/start/Index.ts(9,36): semantic error TS2339: [31mProperty 'speed' does not exist on type 'Index...
来源: Laya_社区 发布时间: 20191227
....physics3D.js:308 Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL...
来源: Laya_社区 发布时间: 20190730
...语法,首先要配置 tsconfig.json, 让其支持装饰器语法:{ "compilerOptions": { ...其他配置, "experimentalDecorators": true, //启用装饰器语法 }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群...
来源: Laya_社区 发布时间: 20201223
...] "scripts": { "build": "cd src/publishTool&&cmd /k publish.bat", "compile": "gulp LayaAirBuild", "buildDoc": "cd src/generateDoc&&cmd /k run.bat", "crossBuild": "node src/publishTool/publish.js && cd src && gulp build" }, 复制代码[/code] src/publishTool路径下...
来源: Laya_社区 发布时间: 20200925
....physics3D.js:308 Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL...
来源: Laya_社区 发布时间: 20191022
...致内存溢出 Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_M...
来源: Laya_社区 发布时间: 20191028
...7 NOTICE: Libwebsockets version: 2.3.0 layabox_mac@localhost- NOTICE: IPV6 compiled in and enabled NOTICE: libev support not compiled in NOTICE: libuv support not compiled in NOTICE: Threads: 1 each 2560 fds NOTICE: mem: platform fd map: 20480 bytes NOTICE: Compiled with OpenSSL support NOTICE: Doin...
来源: Laya_社区 发布时间: 20181018