|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.esw.eengine.core.Timer
public class Timer
| Constructor Summary | |
|---|---|
Timer()
|
|
| Method Summary | |
|---|---|
long |
getDeltaTime()
Returns the time in millis since last call to getDeltaTime
and resets the timer. |
long |
getDeltaTime(boolean reset)
|
void |
reset()
Resets the tick counter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Timer()
| Method Detail |
|---|
public long getDeltaTime()
getDeltaTime
and resets the timer.
public long getDeltaTime(boolean reset)
reset - True if the Timer should be resetted, false
otherwise
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||