C# Class Alexandria.AlexandriaPlugin

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

Public Methods

Method Description
AlexandriaPlugin ( AssetManager manager, ResourceManager resourceManager ) : System

Initialise the plugin.

Protected Methods

Method 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 method

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.
return void

AddGame() protected method

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.
return void

AlexandriaPlugin() public method

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.
return System