C# 클래스 Alexandria.AlexandriaPlugin

A plugin for Alexandria. This includes Game and Engine support.
상속: Glare.Assets.AssetPlugin
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
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