TimeModelTimeLapseMultiplier Property |
Namespace: Livit.Learn.Model
This property can be used to speed up events and reduce the real-time wait for the user, especially during experimentations that would take hours or days to complete in real-time.
TimeLapseMultiplier works in conjunction with TimeLapseMinutes, which determines to the number of minutes of simulation time to be sped up. Once the specified amount of time has passed, the TimeLapseMultiplier is automatically reset to 1 again, resuming normal speed in the simulation.
For instance, by setting TimeLapseMultiplier to 10 and TimeLapseMinutes to 60, the simulation time will pass 10 times faster, for 60 simulation minutes; which means that 6 minutes of real-time will elapse for the user, while 60 minutes will have passed inside the simulation.
<Time Id="Engine" TimeLapseMinutes="15" TimeLapseMultiplier="60" />