Scheduler.addFrameTask adds a callback that get's called every frame. When reading the code for other backends, it seems it's only supposed to run once (an it's what i expected it would do). Scheduler.addTimeTask without period set (3rd parameter) will only run once.
Scheduler.addFrameTask
adds a callback that get's called every frame. When reading the code for other backends, it seems it's only supposed to run once (an it's what i expected it would do).Scheduler.addTimeTask
without period set (3rd parameter) will only run once.