大约有 43 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0032 秒)
...ss\src' at E:\developer\LayaAirIDE_beta\resources\app\node_modules\browser-resolve\node_modules\resolve\lib\async.js:46:17 at process (E:\developer\LayaAirIDE_beta\resources\app\node_modules\browser-resolve\node_modules\resolve\lib\async.js:173:43) at ondir (E:\developer\LayaAirIDE_beta\resources\ap...
来源: Laya_社区 发布时间: 20190324
报错:error TS5007: Cannot resolve referenced file: error TS5023: Unknown option 'p' Use the ' error TS5007: Cannot resolve referenced file: '.'. error TS5023: Unknown option 'p' Use the '--help' flag to see options. error TS5007: Cannot resolve referenced file: '.'. error TS5023: Unknown option...
来源: Laya_社区 发布时间: 20161225
...ript' at D:\Program Files\LayaAirIDE2.0\resources\app\node_modules\browser-resolve\node_modules\resolve\lib\async.js:55:21 at load (D:\Program Files\LayaAirIDE2.0\resources\app\node_modules\browser-resolve\node_modules\resolve\lib\async.js:69:43) at onex (D:\Program Files\LayaAirIDE2.0\resources\app...
来源: Laya_社区 发布时间: 20190220
...rc\gameParts' at D:\LayaAirIDE_200_beta\resources\app\node_modules\browser-resolve\node_modules\resolve\lib\async.js:55:21 at load (D:\LayaAirIDE_200_beta\resources\app\node_modules\browser-resolve\node_modules\resolve\lib\async.js:69:43) at onex (D:\LayaAirIDE_200_beta\resources\app\node_modules\br...
来源: Laya_社区 发布时间: 20181024
...ya.Scene.setLoadingPage(null) } _load(url, progress) { return new Promise((resolve, reject) => { Laya.Scene.load(url, Laya.Handler.create(this, function (scene) { // setLoadingPage为null 是为了避免引擎加载完场景自动关闭loadingPage Laya.Scene.setLoadingPage(null) resolve(scene) })...
来源: Laya_社区 发布时间: 20181124
...Arg, _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"](value)); } catch (e) { reject(e); } } function step(resul...
来源: Laya_社区 发布时间: 20221104
... 代码如下: let font1Req = new Promise((resolve => { Laya.loader.load("res/fonts/OPPOSANS-R.TTF", Laya.Handler.create(this, (success: boolean) => { if (!success) { ...
来源: Laya_社区 发布时间: 20201104
...oops?: number, soundClass?: any, startTime?: number) { return new Promise((resolve, reject) => { let soundChannel: Laya.SoundChannel = Laya.SoundManager.playSound(url, loops, Laya.Handler.create(this, () => { resolve(soundChannel); }), soundClass, startTime); }); } 我使用Promise封装了一...
来源: Laya_社区 发布时间: 20180124
... 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
...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