Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Protogame
ProtogameCollisionModule
C# Class Protogame.ProtogameCollisionModule
The collision module for Protogame. This module provides services for advanced collision detection.
Inheritance:
IProtoinjectModule
Show file
Open project: RedpointGames/Protogame
Public Methods
Method
Description
Load
(
IKernel
kernel
) :
void
Loads the collision module into the kernel.
Method Details
Load()
public
method
Loads the collision module into the kernel.
public
Load
(
IKernel
kernel
) :
void
kernel
IKernel
return
void