跳转到内容

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