Interface | Description |
---|---|
LoopingTask |
A LoopingTask is a TimedTask that executes on a set interval.
|
Task |
A Task that can be performed by the GameEngine.
|
TaskHandle |
A handle to a running Task object.
|
TimedTask |
A TimedTask is a Task that executes after a specified amount of time.
|