MCPcopy Create free account
hub / github.com/eva-engine/eva.js / pauseAll

Method pauseAll

packages/plugin-sound/lib/SoundSystem.ts:75–77  ·  view source on GitHub ↗

* 暂停所有正在播放的音频

()

Source from the content-addressed store, hash-verified

73 * 暂停所有正在播放的音频
74 */
75 pauseAll() {
76 sound.pauseAll();
77 }
78
79 /**
80 * 停止所有正在播放的音频

Callers 1

onPauseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected