EngineSingleton.timeScale

Controls how fast or slow the in-game clock ticks versus the real life one. It defaults to 1.0. A value of 2.0 means the game moves twice as fast as real life, whilst a value of 0.5 means the game moves at half the regular speed.

  1. double timeScale [@property getter]
    struct EngineSingleton
    @nogc nothrow @property
    double
    timeScale
    ()
  2. double timeScale [@property setter]

Meta