Time¶
Static members¶
Member |
Description |
---|---|
|
|
|
|
|
|
|
Sets the time scale of the game. |
|
|
|
|
|
Details¶
-
class
Time
¶ -
static const float
deltaTime
¶
-
static const float
fixedDeltaTime
¶
-
static const float
time
¶
-
static float
timeScale
¶ Sets the time scale of the game. Also tweaks the Time.fixedDeltaTime value and audio pitch to match the assigned time scale.
-
static const float
timeSinceLevelLoad
¶
-
static const float
unscaledDeltaTime
¶
-
static const float
unscaledTime
¶
-
static const float