C# Class Protogame.ProtogameCollisionModule

The collision module for Protogame. This module provides services for advanced collision detection.
Inheritance: IProtoinjectModule
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
Load ( IKernel kernel ) : void

Loads the collision module into the kernel.

Method Details

Load() public méthode

Loads the collision module into the kernel.
public Load ( IKernel kernel ) : void
kernel IKernel
Résultat void