Parameter | Description |
---|---|
world | The world that has just been simulated. |
deltaTime | The amount of time the world was forward simulated. |
Event handler for a post-simulate event callback. This is called after the simulation has finished running and is always called on the main-thread. See PhysicsWorld and PhysicsEvents.PostSimulate.