C# Класс Alexandria.AlexandriaPlugin

A plugin for Alexandria. This includes Game and Engine support.
Наследование: Glare.Assets.AssetPlugin
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AlexandriaPlugin ( AssetManager manager, ResourceManager resourceManager ) : System

Initialise the plugin.

Защищенные методы

Метод Описание
AddEngine ( Engine engine ) : void

Add an engine to this plugin.

AddGame ( Game game ) : void

Add a game to this plugin.

Описание методов

AddEngine() защищенный метод

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.
Результат void

AddGame() защищенный метод

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.
Результат void

AlexandriaPlugin() публичный метод

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.
Результат System