C# 클래스 Protogame.ProtogameScriptIoCModule

The Protoinject module to load when using scripting assets.
상속: IProtoinjectModule
파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

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

An internal method called by the Protoinject module system. Use kernel.Load<ProtogameScriptIoCModule> to load this module.

메소드 상세

Load() 공개 메소드

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