Wraps a function to be invoked after a certain amount of time. After a set duration has passed, it executes the function and removes it as a listener to 'prerender'.
Wraps a function to be invoked after a certain amount of time. After a set duration has passed, it executes the function and resets the execution time.
Wraps a function to be invoked after a certain amount of prerender ticks. Similar use to setTimeout but tied to the engine's run speed.
Wraps a function to be continually invoked after a certain amount of prerender ticks. Similar use to setInterval but tied to the engine's run speed.