Parameter | Description |
---|---|
deltaTime | The amount of time to forward simulate the world. |
Simulate the world. The world should must have its simulation mode set to UnityEngine.SimulationMode2D.Script.
Parameter | Description |
---|---|
worlds | The worlds to forward simulate. |
deltaTime | The amount of time to forward simulate the world. |
Simulate a batch of worlds. The worlds can be simulated concurrently depending on the setting of PhysicsLowLevelSettings2D.concurrentSimulations. The worlds in the batch must have their simulation mode set to UnityEngine.SimulationMode2D.Script.