Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Time.fixedTime

static var fixedTime: float;
static float fixedTime;
static fixedTime as 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.