Defines when the simulation will run.
| Property | Description |
|---|---|
| FixedUpdate | The simulation will automatically run during the FixedUpdate. |
| Update | The simulation will automatically run during the Update. |
| Script | The simulation will only run when manually called with PhysicsWorld.Simulate. |