Sets a fixed time delta value.
Time setFixedDelta(double fixedDelta ) { _fixedDelta = fixedDelta * 1000; return this; }