Time

Static members

Member

Description

deltaTime

fixedDeltaTime

time

timeScale

Sets the time scale of the game.

timeSinceLevelLoad

unscaledDeltaTime

unscaledTime

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