Time.fixedTime Manual     Reference     Scripting  
Scripting > Runtime Classes > Time
Time.fixedTime

static var fixedTime : float

Description

The time the latest FixedUpdate has started (Read Only). This is the time in seconds since the start of the game.

Fixed time is updated in regular intervals (equal to fixedDeltaTime) until time property is reached.