tmod

var tmod: Float = 1.0f

The time modifier based off of targetFPS.

If targetFPS is set to 60 and the application is running at 120 FPS then this value will be 0.5f This can be used instead of dt to handle frame independent logic.