Physics
constPhysics:ResourceDef<PhysicsAPI>
Defined in: physics/Physics.ts:531
Resource published by PhysicsPlugin once the wasm module is ready.
Game code reads it as Res(Physics) / app.getResource(Physics) to call forces,
impulses, joint helpers, raycasts, etc.