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

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

1. atlas-generator 有linux版本吗 [ 100%]

atlas-generator 有linux版本吗 目前在linux上运行atlas-generator 报错,是否有办法解决?如果没有的话 能否提供源码? 附件 : --> 2021-01-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...

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

2. 图集超过1G,IDE atlas-generator.exe就导出不了图集; [ 94%]

图集超过1G,IDE atlas-generator.exe就导出不了图集; 图集超过1G,atlas-generator.exe就导出不了图集;@没有附件。资源大大没法上传 搞点资源测试就行 附件 : --> 2022-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

3. 提示LAYA核心库中找不到 Laya.__awaiter函数 [ 91%]

...可以参照下这个方法。 function __awaiter(thisArg, _arguments, P, generator) { return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](val...

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

4. layacmd在centOS 6.5上运行出错 [ 88%]

...node-v8.9.0-linux-x64/lib/node_modules/layacmd/ProjectExportTools/TP/atlas-generator" "/home/sgf_ebuild/LayaAirIDE/packParam.json" Waiting for pics packing execute: "/data/tools/node-v8.9.0-linux-x64/lib/node_modules/layacmd/ProjectExportTools/TP/atlas-generator" "/home/sgf_ebuild/LayaAirIDE/packPar...

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

5. 求HTTP相关的文档或者例子谢谢了 [ 84%]

...cted function httpStatusHandler(event:HTTPStatusEvent):void { // TODO Auto-generated method stub trace("您已经通过http进行了访问,并且当前的FlashPlayer环境支持获得状态代码!!!") } protected function ioErrorHandler(event:IOErrorEvent):void { // TODO Auto-generated metho...

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

6. laya2.0 async怎么用呢? [ 84%]

...,在用到async的地方会在编译js代码的时候生成__awaiter和__generator函数,但是laya2.0不会这样子了,直接ts写async会报错。 尝试在index.js文件添加__awaitor和__generator函数,能跑,但是到了微信上上又有其他问题了。 请问laya2.0使用async...

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

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

...module": "commonjs",                     /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */     // "lib": [],                             /* Specify library files to be included in the compilation. */     // "allowJs...

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

8. laya3的自定义注册类型regClass("xxx")无效 [ 74%]

...水达人 赞同来自: 第二张图,是我使用UI运行时,生成的generated.ts脚本(定义变量是我自己自定义的控件),声明部分直接报错了 2023-08-21 0 2 分享 微博 QZONE 微信 划水达人 赞同来自: demo附上 LayaProject.rar 2023-08-22 0 0 分享 微博 QZONE ...

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

9. 2.0 Beta3版本中,runtime脚本的的问题 [ 70%]

...信 Laya_Aaron 赞同来自: /*layaMaxUI.ts  *This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; export module ui { export class BGPageUI extends View { constructor(){ super()} crea...

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

10. 分享:自动编译&刷新工具(新增了项目模板创建,调试,发布一条龙) [ 70%]

...的同学也没法使用 于是我用yo的生成器又重做了一个项目generator-layaair,现在创建项目模板更加简单自动化了 初次使用先安装生成器: npm install -g yo npm install -g generator-layaair   之后每次创建项目 直接yo layaair就行了,指令会...

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