C# Class Protogame.ProtogameDebugModule

This modules provides services and implementations related to debugging and diagnostics in a game. You can load it by calling Protoinject.IKernel.Load{T} during the execution of IGameConfiguration.ConfigureKernel.
Inheritance: IProtoinjectModule
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
Load ( IKernel kernel ) : void

Method Details

Load() public method

public Load ( IKernel kernel ) : void
kernel IKernel
return void