The time at which the last MonoBehaviour.FixedUpdate started in seconds since the start of the game (Read Only).
This value is updated in fixed increments equal to Time.fixedDeltaTime.
In almost all cases, for greater precision, prefer the double-precision alternative Time.fixedTimeAsDouble over Time.fixedTime.