public class Mdx
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Audio |
audio
Audio API |
static DependencyInjection |
di
|
static TaskExecutor |
executor
TaskExecutor API |
static Files |
files
Files API |
static Fonts |
fonts
Fonts API |
static java.lang.String |
gameIdentifier
This game's unique identifier for app stores
|
static Geometry |
geom
Object pool for
Geometry classes |
static GraphicsUtils |
graphics
GraphicsUtils API |
static Graphics |
graphicsContext
Graphics API - should not be called |
static Input |
input
Input API |
static JsonSerializer |
json
JSON Serialization API
|
static Logger |
log
Logger API |
static Platform |
platform
Returns the current
Platform |
static PlatformUtils |
platformUtils
Platform utilities API
|
static PlayerData |
playerData
API for reading/writing
PlayerData |
static Reflection |
reflect
API for reflection
|
static XmlSerializer |
xml
XML serialization API
|
Constructor and Description |
---|
Mdx() |
public static DependencyInjection di
public static TaskExecutor executor
TaskExecutor
APIpublic static java.lang.String gameIdentifier
public static GraphicsUtils graphics
GraphicsUtils
APIpublic static final JsonSerializer json
public static PlayerData playerData
PlayerData
public static Reflection reflect
public static final XmlSerializer xml
public static PlatformUtils platformUtils