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

Method stopAll

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

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

()

Source from the content-addressed store, hash-verified

80 * 停止所有正在播放的音频
81 */
82 stopAll() {
83 sound.stopAll();
84 }
85
86 update() {
87 const changes = this.componentObserver.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected