C# Class Glare.Assets.AssetPlugin

A plugin describing AssetFormats. Subclasses must have a single constructor (AssetManager). All AssetPlugins in an assembly will be constructed if they are non-abstract.
Inheritance: PluginFormatAsset
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

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

Initialise the plugin.

Method Details

AssetPlugin() public méthode

Initialise the plugin.
public AssetPlugin ( AssetManager manager, ResourceManager resourceManager ) : System
manager AssetManager
resourceManager System.Resources.ResourceManager
Résultat System