| ApplicationData |
Interface for using the renderer to save or load persistent application data.
|
| GraphicsContext |
Provides access to the renderer's drawing operations.
|
| InputDevice |
Used to poll the status of the platform's input devices.
|
| InternetAccess |
Interface for the platform-specific mechanism used to access the internet.
|
| MediaLoader |
Loads media files such as images or audio in a format that can later be used
by the renderer.
|
| Renderable |
Interface for all objects that render graphics during the animation loop.
|
| Renderer |
Renders audiovisual data to that can be used to display multimedia applications.
|
| Updatable |
Defines a standardized interface for all objects that should be updated
every frame during the animation loop.
|
| WebSocketConnection |
Interface for sending and receiving messages through a web socket connection.
|