大约有 3 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0015 秒)
...on(url); if (ext != "wav" && ext != "ogg") { alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if (_soundMuted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.get...
来源: Laya_社区 发布时间: 20190115
...nsion(url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if(!SoundManager._isActive || SoundManager._muted || SoundManager._soundMuted){ return null; } }; va...
来源: Laya_社区 发布时间: 20181019
...nsion(url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } // if (SoundManager._soundMuted)return null; }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.lo...
来源: Laya_社区 发布时间: 20180709