大约有 1,149 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
... 不会阻塞 loadScene * @param {String} url 要打开的场景 * @param {Promise} otherHandler 同时执行的其它事件 * @param {Boolean} closeOther 关闭其它场景 * @param {Array} param 打开场景携带参数 * @param {Laya.Handler} complete 打开场景完成回调 * @param {Laya.Handl...
来源: Laya_社区 发布时间: 20181124
... 赞同来自: Laya.loader.load函数不能await,你看它返回值不是Promise。 这里你自己new一个Promise,然后在OnLoaded函数里面resolve就可以了。 2019-10-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jaychai...
来源: Laya_社区 发布时间: 20190523
....js文件路径 Returns void Static init init(stageConfig?: IStageConfig): Promise<void> init(width: number, height: number, ...plugins: any[]): Promise<void> Defined in Laya.ts:73 初始化引擎。使用引擎需要先初始化引擎,否则可能会报错。 Parameters Optional stage...
来源: Laya3.0_api 发布时间: 20231115
...K, onProgress?: ProgressCallback, options?: Readonly<ILoadOptions>): Promise<ContentTypeMap[K]> Defined in laya/net/Loader.ts:436 从指定URL下载。这是较为底层的下载资源的方法,它和load方法不同,不对返回的数据进行解析,也不会缓存下载的内容...
来源: Laya3.0_api 发布时间: 20231115
...s: Error: unknown type 'xmaaYG8AQ1yC07pr_JvyPA' (anonymous) @ Scene.ts:402 Promise.then (async) load @ Scene.ts:395 open @ Scene.ts:441 (anonymous) @ index-142c5.js:62 Promise.then (async) (anonymous) @ index-142c5.js:60 Promise.then (async) (anonymous) @ index-142c5.js:18 (anonymous) @ index-142c5....
来源: Laya_社区 发布时间: 20240724
...string, loops?: 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
...: 2 人 riven • 2017-04-17 16:45 已经解决了,要换成第三方的Promise riven • 2017-05-19 17:17 是我们用了Promise, Laya用的Promise在原生客户端上有问题 cuixueying • 2017-05-22 10:53 好的,有问题及时沟通!
来源: Laya_社区 发布时间: 20170417
...nts IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<VideoTexture> Implementation of IResourceLoader.load Defined in laya/loaders/TextureLoader.ts:202 Parameters task: ILoadTask Returns Promise<VideoTexture> Globals "laya/loaders/TextureLoader" RenderTexture...
来源: Laya3.0_api 发布时间: 20231115
...nts IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<glTFResource> Implementation of IResourceLoader.load Defined in laya/gltf/glTFLoader.ts:11 Parameters task: ILoadTask Returns Promise<glTFResource> Globals "laya/gltf/glTFLoader" glTFLoader load glbLoader ...
来源: Laya3.0_api 发布时间: 20231115
...nts IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<AtlasResource> Implementation of IResourceLoader.load Defined in laya/loaders/AtlasLoader.ts:7 Parameters task: ILoadTask Returns Promise<AtlasResource> Globals "laya/loaders/AtlasLoader" AtlasLoader load ...
来源: Laya3.0_api 发布时间: 20231115