大约有 461 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(367) Laya3.0_api(21) Laya2.0_文档(21) laya_api(14) Laya2.0_api(14) Laya3.0_文档(13) Laya_示例(6) Laya2.0_示例(5)
...放背景音乐无效的解决方案 SoundManager.playSound=function(url,loops,complete,soundClass,startTime){ (loops===void 0)&& (loops=1); (startTime===void 0)&& (startTime=0); if(!url) return null; SoundManager._recoverWebAudio(); url=URL.formatURL(url); if (url!=SoundManager._t...
来源: Laya_社区 发布时间: 20181019
...ic背景音乐播放无声音 public static function playSound(url:String, loops:int = 1, complete:Handler = null, soundClass:Class = null, startTime:Number = 0):SoundChannel { if ((!_isActive && loops != 0) || !url) return null; if (_muted) return null; _recoverWebAudio(); url = URL.formatU...
来源: Laya_社区 发布时间: 20190115
...r requestAnimationFrame (async) wxRequestAnimationFrame @ gamePage.html:31 loop @ code.js:5371 requestAnimationFrame (async) wxRequestAnimationFrame @ gamePage.html:31 loop @ code.js:5371 requestAnimationFrame (async) wxRequestAnimationFrame @ gamePage.html:31 loop @ code.js:5371 requestAnimationFra...
来源: Laya_社区 发布时间: 20180307
...):void[static] 释放声音资源。 SoundManager playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel[static] 播放背景音乐。背景音乐同时只能播放一个,如果在播放背景音乐时再次调用本方法,会先停止之前的背景...
来源: Laya2.0_api 发布时间: 20190513
...):void[static] 释放声音资源。 SoundManager playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel[static] 播放背景音乐。背景音乐同时只能播放一个,如果在播放背景音乐时再次调用本方法,会先停止之前的背景...
来源: laya_api 发布时间: 20170929
....init = function() { Laya.stage.addChild(this); this.bg(); Laya.timer.frameLoop(1, this, this.loop); }; Class.prototype.bg = function() { for (var i = 0; i < 2; i++) { this.img[i] = new Laya.Image('background.png'); this.addChild(this.img[i]); } this.img[0].y = 0; this.img[1].y = -852; } Class.pr...
来源: Laya_社区 发布时间: 20170619
...应一次后自动移除。 EventDispatcher play(startTime:Number = 0, loops:Number = 0):SoundChannel 播放声音。 SoundProperty Detaildurationpropertyduration:Number [read-only] 获取总时间。 Implementation public function get duration():NumberMethod Detaildispose()method publ...
来源: laya_api 发布时间: 20170929
...效可以同时播放多个。 * @param url 声音文件地址。 * @param loops 循环次数,0表示无限循环。 * @param soundClass 使用哪个声音类进行播放,null表示自动选择。 * @param startTime 声音播放起始时间。 * @return SoundChannel对象,通过此对象可以...
来源: Laya_社区 发布时间: 20180124
...neSkeletonn3.8.loadAni如果加载失败时,laya.spine.js的SpineTemplet.loop会引发报错,,底层代码: loop() { if (this.assetManager.isLoadingComplete()) { //这里应该先判断加载是否成功,否则失败了也会满足条件 ...
来源: Laya_社区 发布时间: 20220317
...应一次后自动移除。 EventDispatcher play(startTime:Number = 0, loops:Number = 0):SoundChannel 播放声音。 SoundProperty Detaildurationpropertyduration:Number [read-only] 获取总时间。 Implementation public function get duration():NumberMethod Detaildispose()method publ...
来源: Laya2.0_api 发布时间: 20190513