Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Time.fixedTime

public static float fixedTime;

Description

The time at which the current FixedUpdate started in seconds since the start of the game (Read Only).

This value is updated in fixed increments equal to Time.fixedDeltaTime.