C# Class Alexandria.Engine

A common engine that has been used for a number of different games. The Unreal Engine is a good example of that.
Inheritance: AlexandriaPluginFormatAsset
Exibir arquivo Open project: Burton-Radons/Alexandria Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Engine ( AlexandriaPlugin plugin ) : System

Initialise the engine.

Protected Methods

Method Description
AddGame ( Game game ) : void

Add a game to the engine.

Method Details

AddGame() protected method

Add a game to the engine.
protected AddGame ( Game game ) : void
game Game The game to add.
return void

Engine() public method

Initialise the engine.
public Engine ( AlexandriaPlugin plugin ) : System
plugin AlexandriaPlugin The plugin this is part of.
return System