public class UpdateTicker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateTicker.SynchronizedTicker
A synchronized ticker ticks using the game's update loop.
|
static class |
UpdateTicker.ThreadTicker
A thread ticker ticks using the NOVA's update loop.
|
static class |
UpdateTicker.TickingThread
A thread ticker ticks independent on the game's update loop.
|
| Constructor and Description |
|---|
UpdateTicker() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Updater ticker) |
double |
getDeltaTime() |
void |
preQueue(java.lang.Runnable func)
Queues an event to be executed.
|
void |
remove(Updater ticker) |
void |
update() |