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

Method update

packages/plugin-sound/lib/SoundSystem.ts:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 update() {
87 const changes = this.componentObserver.clear();
88 for (const changed of changes) {
89 this.componentChanged(changed);
90 }
91 }
92
93 /**
94 * 游戏开始和游戏暂停后开始播放的时候调用。

Callers 1

sound.spec.tsFile · 0.45

Calls 2

componentChangedMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected