The default Quantum plugin factory. Replace with custom implementation of IPluginFactory. Change the name accordingly in your Photon dashboard and in this file (Photon-Server\deploy\LoadBalancing\GameServer\bin\plugin.config) to run locally. More...
Inherits IPluginFactory2.
Public Member Functions | |
virtual DeterministicPlugin | CreateDeterministicPlugin (IPluginHost gameHost, String pluginName, Dictionary< String, String > config, IPluginLogger logger, ref String errorMsg) |
Instantiate a DeterministicPlugin. Override this method to create different custom plugin classes. More... | |
The default Quantum plugin factory. Replace with custom implementation of IPluginFactory. Change the name accordingly in your Photon dashboard and in this file (Photon-Server\deploy\LoadBalancing\GameServer\bin\plugin.config) to run locally.
|
inlinevirtual |
Instantiate a DeterministicPlugin. Override this method to create different custom plugin classes.
gameHost | The Photon plugin host object |
pluginName | The plugin name |
config | The dashboard plugin configuration |
logger | A plugin logger |
errorMsg | An error message to report to clients |