Physics simulation
Xenko's physics are controlled by the class.You can change how Xenko initializes the simulation by modifying flags in , accessed in the GameSettings asset properties.
Note
The , MultiThreaded
, and flags are currently disabled.
Gravity
— the global gravity, in per second squaredMaxSubSteps
— the maximum number of fixed timesteps the engine takes per update