Core Concepts
This page is kept for older links. The content has been expanded and moved into the new API portal structure.
New locations
- PhysicsScene
- Modifier.physicsBody
- PhysicsSceneState
- Events, Lifecycle, Snapshots
- Body and Explosion Specs
Quick concept summary
PhysicsScene is still built around three core pieces:
PhysicsScene(...)as host and fixed-step runtime.Modifier.physicsBody(...)as registration contract.PhysicsSceneStateas command/snapshot control plane.
For full parameter-level detail, use the pages listed above.