C# Class Protogame.ProtogamePhysicsModule

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

Méthodes publiques

Méthode Description
Load ( IKernel kernel ) : void

Method Details

Load() public méthode

public Load ( IKernel kernel ) : void
kernel IKernel
Résultat void