C# Class Protogame.ProtogameCollisionModule

The collision module for Protogame. This module provides services for advanced collision detection.
Inheritance: IProtoinjectModule
Mostra 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