Skip to content

ecsia-monorepo / devtools/src / inspectWorld

Function: inspectWorld()

ts
function inspectWorld(world): WorldReport;

Defined in: devtools/src/inspector.ts:20

Inspect world and return a plain, serializable report. Reads ONLY the world's serialization + introspection seams (__serialize / __inspect) and options — no structural mutation, no live handles in the output. Safe to call at any serial point.

Parameters

ParameterType
worldWorld

Returns

WorldReport

MIT licensed · 0.x, unpublished, experimental.