大约有 531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
...播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 你们调试下 看看!这个问题不影响实际操作,就是看着有个报错!...
来源: Laya_社区 发布时间: 20180609
...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
... only be initiated by a user gesture !-Time:-19:52:13--ConsoleUncaught (in promise) NotAllowedError: play() can only be initiated by a user gesture.-! !-Time:-19:52:19--ConsoleFailed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.-! !-Time:-19:52:19--ConsoleUnca...
来源: Laya_社区 发布时间: 20181030
....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
... 不会阻塞 loadScene * @param {String} url 要打开的场景 * @param {Promise} otherHandler 同时执行的其它事件 * @param {Boolean} closeOther 关闭其它场景 * @param {Array} param 打开场景携带参数 * @param {Laya.Handler} complete 打开场景完成回调 * @param {Laya.Handl...
来源: Laya_社区 发布时间: 20181124
...: 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
播放BGM,soundmanager.play()方法报错。 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. 为什么会报 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. 这个错误呀? ...
来源: Laya_社区 发布时间: 20180511
... boolean Returns void Methods Static load load(url: string, options: any): Promise<any> Defined in laya/net/WorkerLoader.ts:46 Parameters url: string options: any Returns Promise<any> Static workerSupported workerSupported(): boolean Defined in laya/net/WorkerLoader.ts:19 是否支持wor...
来源: Laya3.0_api 发布时间: 20231115
...播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() Uncaught unknown animationClip version. Uncaught TypeError: Cannot read property 'props' of undefined 运行报错 Uncaught Can not find scene:GameView.scene undefined 加载龙骨动画出报错...
来源: Laya_社区 发布时间: 20170628
...和platformConfig等配置。 * @param task */ onSetup?(task: IBuildTask): Promise<void>; /** * 构建任务开始。可以在这个事件里在初始化目标目录的结构,或者进行必要的检查和安装等。 * @param task */ onStart?(task: IBuildTask): Promise<void>; /** * ...
来源: Laya3.0_文档 发布时间: 20241014