跳转到内容

CensusContext

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

Defined in: diagnostics/censusTypes.ts:37

What a probe is given to read. Every field is optional and a probe must cope with any of them missing: a census is taken from a bare World in a unit test, from a full App in the editor, and from a running game where the wasm module is reachable but the App is behind a realm boundary.

readonly optional app?: App

Defined in: diagnostics/censusTypes.ts:38


readonly optional module?: ESEngineModule | null

Defined in: diagnostics/censusTypes.ts:40


readonly optional world?: World

Defined in: diagnostics/censusTypes.ts:39