TimeDelta
Updated: 4 Dec 2023
Purpose
#
Provides the time between the last frame and the current one in seconds.
Syntax
#
Example
#
function Update()
{
delta = UpdateContext.TimeDelta;
}
Please note this is a member variable of UpdateContext
, not a function.