Advance the simulation by one frame. Called from `World.update(dt)`.
(dt: number)
| 436 | |
| 437 | /** Advance the simulation by one frame. Called from `World.update(dt)`. */ |
| 438 | step(dt: number): void; |
| 439 | |
| 440 | /** |
| 441 | * Copy physics-engine body positions back to `renderable.pos` and |
no outgoing calls