Time until next scheduled timer event. You provide tick size and current real world time. This function find ticks until next event and use time of the start and total steps executed to calculate time delta from realNow to next event.
your accepted tick duration.
real world now, result of Clock.currStdTime
time until next event. Can be zero or negative in case you have already expired events.
See Implementation
Time until next scheduled timer event. You provide tick size and current real world time. This function find ticks until next event and use time of the start and total steps executed to calculate time delta from realNow to next event.