C# Класс 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.
Наследование: ProtogameBaseModule
Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( IKernel kernel ) : void

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

Описание методов

Load() публичный Метод

You should call Protoinject.StandardKernel.Load{ProtogameCoreModule} instead of calling this method directly.
public Load ( IKernel kernel ) : void
kernel IKernel
Результат void