Manual     Reference     Scripting  
  
Scripting > Runtime Classes > Time   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Attributes
  • Enumerations
  • History
  • Index
  • Time
  • All Members
  • Class Variables
  • captureFramerate
  • deltaTime
  • fixedDeltaTime
  • fixedTime
  • frameCount
  • maximumDeltaTime
  • realtimeSinceStartup
  • smoothDeltaTime
  • time
  • timeScale
  • timeSinceLevelLoad

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.