Skip to content

PhysicsWorldKey

const PhysicsWorldKey: ServiceKey<PhysicsWorld>

Defined in: physics/src/types.ts:33

Scene-scope key for the active scene’s PhysicsWorld. Registered by the physics plugin’s beforeEnter hook; components resolve via this.use(PhysicsWorldKey).