跳转到内容

LiveBindingsData

此内容尚不支持你的语言。

Defined in: hotUpdateRebind.ts:55

The second barrier of an update. Assets.applyUpdate resolves when the ASSET graph has caught up; the bindings that read it move on a frame, so a paused app converges when it resumes and this is how to wait for that.

settled(): Promise<void>

Defined in: hotUpdateRebind.ts:58

Resolves once every ended era seen so far has been migrated onto its replacement, or given up on. Needs the app to be ticking.

Promise<void>