Provides the time local to the current layer.
float LocalTime;
function Update() { time = UpdateContext.LocalTime; }
*Please note this is a member variable of UpdateContext, not a function.