StaticfixedGets the fixed time since last frame was executed, in seconds. Only gets updated once per frame.
StaticframeGets the time since last frame was executed, in seconds. Only gets updated once per frame.
StaticframeReturns the sequential index of the current frame. First frame is 0.
StaticmicroMultiply this with time in microseconds to get a time in seconds.
StaticpreciseReturns the precise time since application start, in microseconds. Unlike other time methods this is not only updated every frame, but will return exact time at the moment it is called.
Time in microseconds.
StaticrealGets the time elapsed since application start, in seconds. Only gets updated once per frame.
StaticsecondMultiply this with time to convert seconds to microseconds.
Manages all time related functionality.
Note
Sim thread only unless where specified otherwise.