Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

Time.fixedTime

public static float fixedTime;

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.

Did you find this page useful? Please give it a rating: