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

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

1031. [LayaAirIDE3]xcode切入切出声音不播放 [ 22%]

...      this.fadeIntervals.set(channel, interval);     }      public destroy(): void {         this.stopBGM();         this.stopAllEffects();         this.clearAllFades();     }      private cleanupEffectChannel(type: SoundType, url: string): void {         let oldChannel:...

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

1032. 微信小游戏加载资源问题 [ 18%]

...his.readyUrl]; if (ad) { ad.src = ""; if (ad._sound) { ad._sound.destroy(); ad._sound = null; ad = null; } delete MiniSound._audioCache[this.readyUrl]; } if (this._sound) { this._sound.destroy(); this._sound = null; this.readyUrl = this.url = null; } } } MiniSound._id = 0; MiniSound._audio...

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