Core

Time

Time contains information related to engine time:

Properties

NameDescription
timeScaleTime scaling
maximumDeltaTimeMaximum interval, in case of low frame rate or stuttering
frameCountThe cumulative number of frames since the engine started
deltaTimeThe incremental time from the previous frame to the current frame, in seconds, not exceeding maximumDeltaTime * timeScale
actualDeltaTimeThe actual incremental time from the previous frame to the current frame, in seconds, ignoring the effects of timeScale and maximumDeltaTime
elapsedTimeThe cumulative elapsed time since the engine started, in seconds
actualElapsedTimeThe cumulative elapsed time since the engine started, in seconds

Was this page helpful?

On this page