C# Class Protogame.ProtogameScriptIoCModule

The Protoinject module to load when using scripting assets.
Inheritance: IProtoinjectModule
Datei anzeigen Open project: RedpointGames/Protogame

Public Methods

Method Description
Load ( IKernel kernel ) : void

An internal method called by the Protoinject module system. Use kernel.Load<ProtogameScriptIoCModule> to load this module.

Method Details

Load() public method

An internal method called by the Protoinject module system. Use kernel.Load<ProtogameScriptIoCModule> to load this module.
public Load ( IKernel kernel ) : void
kernel IKernel
return void