大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0015 秒)
...成后触发的接口: 把你的声音再切回来的时候设置成: SoundManager.soundMuted = SoundManager.musicMuted = true; 最小化会分享调起的时候触发的,你可以把声音状态设置成: SoundManager.soundMuted = SoundManager.musicMuted = false; 看看这个能不能解...
来源: Laya_社区 发布时间: 20180512
...} this.startTime = 0; this.play(); } play() { this.isStopped = false; Laya.SoundManager.addChannel(this); this._audio.play(); } set startTime(time) { if (this._audio) { this._audio.startTime = time; } } set autoplay(value) { this._audio.autoplay = value; } get autoplay() { return this._audio.autopla...
来源: Laya_社区 发布时间: 20200103