PluginManager

Undocumented in source.

Members

Functions

findPlugin
IPlugin findPlugin(TypeInfo pluginType)
Undocumented in source. Be warned that the author may not have intended to support it.
findPluginById
IPlugin findPluginById(string pluginId)
Undocumented in source. Be warned that the author may not have intended to support it.
findResourceManager
IResourceManager findResourceManager(TypeInfo rmType)
Undocumented in source. Be warned that the author may not have intended to support it.
initPlugins
void initPlugins()
Undocumented in source. Be warned that the author may not have intended to support it.
registerPlugin
void registerPlugin(IPlugin pluginInstance)
Undocumented in source. Be warned that the author may not have intended to support it.
registerResourceManager
void registerResourceManager(IResourceManager rmInstance)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

plugins
IPlugin[TypeInfo] plugins;
Undocumented in source.
pluginsById
IPlugin[string] pluginsById;
Undocumented in source.
resourceManagers
IResourceManager[TypeInfo] resourceManagers;
Undocumented in source.

Meta