C# Class Protogame.ProtogameScriptIoCModule

The Protoinject module to load when using scripting assets.
Inheritance: IProtoinjectModule
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode 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 méthode

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