C# Class Protogame.ProtogameCoreModule

The core Protogame dependency injection module, which loads all of the core classes required for basic game functionality. You must load this module for Protogame to work.
Inheritance: ProtogameBaseModule
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
Load ( IKernel kernel ) : void

You should call Protoinject.StandardKernel.Load{ProtogameCoreModule} instead of calling this method directly.

Method Details

Load() public méthode

You should call Protoinject.StandardKernel.Load{ProtogameCoreModule} instead of calling this method directly.
public Load ( IKernel kernel ) : void
kernel IKernel
Résultat void