C# Class FarseerPhysics.Samples.Demos.GameDemo1

Inheritance: FarseerPhysics.Samples.ScreenSystem.PhysicsGameScreen, IDemoScreen
Afficher le fichier Open project: tinco/Farseer-Physics Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
GetDetails ( ) : string
GetTitle ( ) : string
HandleInput ( InputHelper input, GameTime gameTime ) : void
LoadContent ( ) : void
Update ( GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

GetDetails() public méthode

public GetDetails ( ) : string
Résultat string

GetTitle() public méthode

public GetTitle ( ) : string
Résultat string

HandleInput() public méthode

public HandleInput ( InputHelper input, GameTime gameTime ) : void
input FarseerPhysics.Samples.ScreenSystem.InputHelper
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen ) : void
gameTime Microsoft.Xna.Framework.GameTime
otherScreenHasFocus bool
coveredByOtherScreen bool
Résultat void