C# Class Alexandria.AlexandriaPlugin

A plugin for Alexandria. This includes Game and Engine support.
Inheritance: Glare.Assets.AssetPlugin
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode Description
AlexandriaPlugin ( AssetManager manager, ResourceManager resourceManager ) : System

Initialise the plugin.

Méthodes protégées

Méthode Description
AddEngine ( Engine engine ) : void

Add an engine to this plugin.

AddGame ( Game game ) : void

Add a game to this plugin.

Method Details

AddEngine() protected méthode

Add an engine to this plugin.
is null. is not part of this . is already in this .
protected AddEngine ( Engine engine ) : void
engine Engine The engine to add.
Résultat void

AddGame() protected méthode

Add a game to this plugin.
is null. is not part of this . is already in this .
protected AddGame ( Game game ) : void
game Game The game to add.
Résultat void

AlexandriaPlugin() public méthode

Initialise the plugin.
public AlexandriaPlugin ( AssetManager manager, ResourceManager resourceManager ) : System
manager AssetManager The to use. This is actually an .
resourceManager System.Resources.ResourceManager The resource manager used to retrieve names and descriptions of s and s.
Résultat System