大约有 1,032 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0034 秒)
Laya_社区(502) Laya3.0_api(280) Laya2.0_api(125) laya_api(99) Laya2.0_文档(12) Laya3.0_文档(9) Laya2.0_示例(4) Laya_示例(1)
... 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
...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