Skip to content

GetWorld

GetWorld(): GetWorldDescriptor

Defined in: ecs/system.ts:69

Ask a system for the World itself. The escape hatch: it declares no access, so the scheduler cannot see what the system touches and the query cache cannot serve it. Reach for Query/Res/Commands first.

GetWorldDescriptor