Parameter | Description |
---|---|
world | The world which is about to be simulated. |
deltaTime | The amount of time the world will be forward simulated. |
Event handler for a pre-simulate event callback. This is called prior to the simulation running and is always called on the main-thread. See PhysicsWorld and PhysicsEvents.PreSimulate.