Answer the question
In order to leave comments, you need to log in
Is it possible to manually update com.badlogic.gdx.utils.Timer?
Hello! When working with Timer from LibGDX, it became necessary to manually update the timer. The use of stop and start is not considered since it is easier to determine when the timer should run than when to stop and start. The use for these purposes of structures in the form
if (isRun)
{
var += some_const;
if (some_const > max_var)
isRun = false;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question