Physics simulation

    Xenko's physics are controlled by the Simulation class.You can change how Xenko initializes the by modifying flags in PhysicsSettings, accessed in the GameSettings asset properties.

    Note

    The , MultiThreaded, and flags are currently disabled.

    • Gravity — the global gravity, in per second squared
    • MaxSubSteps — the maximum number of fixed timesteps the engine takes per update