C# Class FarseerPhysics.Samples.FarseerPhysicsGame

This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Mostra file Open project: tinco/Farseer-Physics

Public Methods

Method Description
FarseerPhysicsGame ( ) : System

Protected Methods

Method Description
Initialize ( ) : void

Allows the game to perform any initialization it needs to before starting to run. This is where it can query for any required services and load any non-graphic related content. Calling base.Initialize will enumerate through any components and initialize them as well.

Method Details

FarseerPhysicsGame() public method

public FarseerPhysicsGame ( ) : System
return System

Initialize() protected method

Allows the game to perform any initialization it needs to before starting to run. This is where it can query for any required services and load any non-graphic related content. Calling base.Initialize will enumerate through any components and initialize them as well.
protected Initialize ( ) : void
return void