Length of one physics step, in seconds.
double get fixedTimestep => simulation.fixedTimestep;
set fixedTimestep(double value) => simulation.fixedTimestep = value;