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
ファイルを表示 Open project: RedpointGames/Protogame

Public Methods

Method Description
Load ( IKernel kernel ) : void

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

Method Details

Load() public method

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