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
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Engine ( AlexandriaPlugin plugin ) : System

Initialise the engine.

Méthodes protégées

Méthode Description
AddGame ( Game game ) : void

Add a game to the engine.

Method Details

AddGame() protected méthode

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

Engine() public méthode

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