fixedTimestep property

double get fixedTimestep

Length of one physics step, in seconds.

Implementation

double get fixedTimestep => simulation.fixedTimestep;
set fixedTimestep (double value)

Implementation

set fixedTimestep(double value) => simulation.fixedTimestep = value;