C# 클래스 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.
상속: IProtoinjectModule
파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

메소드 설명
Load ( IKernel kernel ) : void

메소드 상세

Load() 공개 메소드

public Load ( IKernel kernel ) : void
kernel IKernel
리턴 void