• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0015 秒)

1. 微信分享之后回来导致背景音乐、音效消失 [ 100%]

...成后触发的接口: 把你的声音再切回来的时候设置成: SoundManager.soundMuted = SoundManager.musicMuted = true; 最小化会分享调起的时候触发的,你可以把声音状态设置成: SoundManager.soundMuted = SoundManager.musicMuted = false;   看看这个能不能解...

来源: Laya_社区 发布时间: 20180512

2. 微信小游戏加载资源问题 [ 49%]

...} 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