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.
Properties
Section titled “Properties”
readonlyoptionalapp?:App
Defined in: diagnostics/censusTypes.ts:38
module?
Section titled “module?”
readonlyoptionalmodule?:ESEngineModule|null
Defined in: diagnostics/censusTypes.ts:40
world?
Section titled “world?”
readonlyoptionalworld?:World
Defined in: diagnostics/censusTypes.ts:39