mango_engine.mango

Undocumented in source.

Members

Classes

EngineInitalizer
class EngineInitalizer

Class used to initalize the engine depending on the backend.

Enums

BackendType
enum BackendType

The type of backend that the engine can/will use.

Functions

mango_init
GameManagerFactory mango_init(BackendType type)

Initalizes the engine. This will return a GameManagerFactory instance, which can be used to construct a GameManager instance.

Static variables

GLOBAL_LOGGER
Logger GLOBAL_LOGGER;

The Global logger for Mango-Engine. This is statically initalized.

Variables

VERSION
string VERSION;

The Version of the library.

currentBackendType
BackendType currentBackendType;
Undocumented in source.

Meta