大约有 6 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
...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
...// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ // "rootDirs": [], ...
来源: Laya_社区 发布时间: 20190408
...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
...和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
...lt; getaddrinfo runtime.layabox.com 80 0 2 1 0 0 I/SENTRY ( 5526): [DEBUG] Resolve success, Q = runtime.layabox.com, A = 110.53.75.44. I/GlobalPushManager( 4888): checkPollAndPopSend --> mSenderInfo = SenderInfo{mSendList_size = 0, mLock = java.lang.Object@371aea59, mLastTimeSender = 0} I/wpa_sup...
来源: Laya_社区 发布时间: 20170320
... AudioDirectOut, isBlocked = true 2018-11-26 18:35:10.221 1811-1811/? D/ImsResolver: maybeAddedImsService, packageName: com.layabox.dotJourney 2018-11-26 18:35:10.222 1505-2452/? D/CompatibilityInfo: mCompatibilityFlags - 14 2018-11-26 18:35:10.222 1505-2452/? D/CompatibilityInfo: applicationDensity...
来源: Laya_社区 发布时间: 20181126