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

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

1. laya.media.SoundManager_API3.0 [ 100%]

...stroySound playMusic playSound removeChannel setMusicVolume setSoundVolume stopAll stopAllSound stopMusic stopSound Properties Static autoReleaseSound autoReleaseSound: boolean = true Defined in laya/media/SoundManager.ts:90 音效播放后自动删除。 default true Static musicVolume musicVolume:...

来源: Laya3.0_api 发布时间: 20231115

2. laya.media.SoundManager [ 98%]

...量或者所有音效(不包括背景音乐)音量。 SoundManager  stopAll():void[static] 停止播放所有声音(包括背景音乐和音效)。 SoundManager  stopAllSound():void[static] 停止播放所有音效(不包括背景音乐)。 SoundManager  stopMusic():void[static] ...

来源: Laya2.0_api 发布时间: 20190513

3. laya.media.SoundManager [ 98%]

...量或者所有音效(不包括背景音乐)音量。 SoundManager  stopAll():void[static] 停止播放所有声音(包括背景音乐和音效)。 SoundManager  stopAllSound():void[static] 停止播放所有音效(不包括背景音乐)。 SoundManager  stopMusic():void[static] ...

来源: laya_api 发布时间: 20170929

4. [LayaAirIDE3]xcode切入切出声音不播放 [ 51%]

...   public destroy(): void {         this.stopBGM();         this.stopAllEffects();         this.clearAllFades();     }      private cleanupEffectChannel(type: SoundType, url: string): void {         let oldChannel: Laya.SoundChannel | undefined;         switch (type) {   ...

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