Sets a timescale value. This value represents the scale at which time passes. Can be used for slow down or accelerate the simulation.
Time setTimescale(double timescale ) { _timescale = timescale; return this; }