Returns a version string 6.1 | 6.2 indicating which physics version the track uses.
6.1 | 6.2
function getSimulatorVersion(state) { return state.simulator.engine.isLegacy() ? "6.1" : "6.2"; }