C# Class FarseerPhysics.Samples.FarseerPhysicsGame

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

Méthodes publiques

Méthode Description
FarseerPhysicsGame ( ) : System

Méthodes protégées

Méthode 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 méthode

public FarseerPhysicsGame ( ) : System
Résultat System

Initialize() protected méthode

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
Résultat void