Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.45
Calls
2
componentChanged
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected