Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ update
Method
update
packages/platform-wechat/src/EngineBridge.ts:219–223 ·
view source on GitHub ↗
* 更新逻辑
(deltaTime: number)
Source
from the content-addressed store, hash-verified
217
* 更新逻辑
218
*/
219
update(deltaTime: number): void {
220
if
(this._wasmInstance?.exports.update) {
221
this._wasmInstance.exports.update(deltaTime);
222
}
223
}
224
225
/**
226
* 销毁引擎
Callers
nothing calls this directly
Calls
1
update
Method · 0.65
Tested by
no test coverage detected