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

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

11. Laya2.6、2.7等支持async、await编译经验分享 [ 61%]

...c() { await this.testWait10s() } async testWait10s() { return new Promise((resolve,reject)=>{ Laya.timer.once(10000,this,()=>{ console.log("10s后") resolve() }) }) }  如果有什么问题,欢迎大家一起来分享感恩。 附件 : --> regenerator.runtime_.zip 2020-07-05 添加评论 ...

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

12. 找不到文件路径 [ 60%]

找不到文件路径 error TS5007: Cannot resolve referenced file: '.'. error TS5023: Unknown option 'p' Use the '--help' flag to see options. 2017-03-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying...

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

13. 求助: 这个ts的 await async的写法哪里出问题了? [ 60%]

...Promise。 这里你自己new一个Promise,然后在OnLoaded函数里面resolve就可以了。 2019-10-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jaychai521 相关问题 求助关于TiledMap的版本问题 求助unity导出特...

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

14. 苹果上架问题, [ 59%]

... this app will not be eligible for an expedited review until this issue is resolved. Next Steps - Review the Software Requirements section of the App Store Review Guidelines. - Ensure your app is compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of th...

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

15. TS项目中怎么使用promise [ 58%]

...   readonly prototype: Promise<any>;     new <T>(executor: (resolve: (value?: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void): Promise<T>;     all<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(values: [T1 | PromiseLike<T1>, T2 | Prom...

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

16. 运行项目弹出框“编译失败是否继续” [ 58%]

...框“编译失败是否继续” 控制台输出: error TS5007: Cannot resolve referenced file: '.'. error TS5023: Unknown option 'p' Use the '--help' flag to see options. 2018-05-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...

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

17. 想加入Laya 但是Demo就这样? [ 58%]

... 夜长梦很多 赞同来自: demo 编译报错   error TS5007: Cannot resolve referenced file: '.'.  error TS5023: Unknown option 'p' Use the '--help' flag to see options. 2018-07-10 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ...

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

18. 怎么同步加载资源 [ 57%]

...QZONE 微信 阿劣 赞同来自: 可以在外部包上Promise,Handler里resolve,then执行下一步 2018-10-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sogetsu 相关问题 加载到舞台的3D模型不显示贴图 请问下...

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

19. LayaBox2.X如何使用大数字bignumber.js(decimal.js) [ 57%]

...bignumber.js(decimal.js) 关于大数字 引用 报错   Error: Could not resolve '../../libs/bignumber' from ../../../../../Users/smile/my/test/laya/demo/BNTestdemo/src/script/GameUI.ts at error    解决办法    修改 声明文件      变成      详细 教程 https://github.com/jsro...

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

20. Laya2.2.0如何变回ES5发布 [ 56%]

...和ES5之后会报编译异常 Error: Incompatible tsconfig option. Module resolves to 'CommonJS'. This is incompatible with rollup, please use 'module: "ES2015"' or 'module: "ESNext"'. 2019-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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