Manual     Reference     Scripting  
  
Scripting > Editor Classes > EditorApplication   

EditorApplication.timeSinceStartup  

static var timeSinceStartup : double

Description

The time since the editor was started (Read Only)

This property contains the time since the editor was started, in seconds. Unlike Time.realtimeSinceStartup, this is not reset when starting play mode.

See Also: Time.realtimeSinceStartup