C# Class Gravitation.Screens.GameScreen

Inheritance: IDrawableScreen
Afficher le fichier Open project: thedamoes/Gravitation

Protected Properties

Свойство Type Description
debugView FarseerPhysics.DebugViewXNA

Méthodes publiques

Méthode Description
Draw ( Microsoft sb, GameTime gameTime ) : void
GameScreen ( DataClasses gameConfig ) : System
HandleKeyboard ( KeyboardState state, KeyboardState prevState ) : void
LoadContent ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content ) : void
Update ( GameTime gameTime ) : DataClasses.IScreenExitData
getView ( ) : Matrix

Method Details

Draw() public méthode

public Draw ( Microsoft sb, GameTime gameTime ) : void
sb Microsoft
gameTime GameTime
Résultat void

GameScreen() public méthode

public GameScreen ( DataClasses gameConfig ) : System
gameConfig DataClasses
Résultat System

HandleKeyboard() public méthode

public HandleKeyboard ( KeyboardState state, KeyboardState prevState ) : void
state Microsoft.Xna.Framework.Input.KeyboardState
prevState Microsoft.Xna.Framework.Input.KeyboardState
Résultat void

LoadContent() public méthode

public LoadContent ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content ) : void
graphics GraphicsDeviceManager
Content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : DataClasses.IScreenExitData
gameTime GameTime
Résultat DataClasses.IScreenExitData

getView() public méthode

public getView ( ) : Matrix
Résultat Matrix

Property Details

debugView protected_oe property

protected DebugViewXNA,FarseerPhysics debugView
Résultat FarseerPhysics.DebugViewXNA