Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Protogame
ProtogamePhysicsModule
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
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