| Interface | Description |
|---|---|
| FileSystem |
The
FileSystem interface exposes the underlying file system(s). |
| Logger |
The
Logger interface provides an abstraction over logging facilities. |
| Timepiece |
The
Timepiece is the AI clock which gives you the current time and the last delta time i.e., the time span between the
current frame and the last frame in seconds. |
| Class | Description |
|---|---|
| DefaultTimepiece | |
| GdxAI | |
| GdxFileSystem | |
| GdxLogger | |
| NullLogger |
A logger that never logs.
|
| StandaloneFileSystem | |
| StandaloneFileSystem.DesktopFileHandle | |
| StdoutLogger |
A logger that writes to the standard output.
|