C# Class FarseerPhysics.Samples.Demos.AdvancedDemo3

Inheritance: FarseerPhysics.Samples.ScreenSystem.PhysicsGameScreen, IDemoScreen
Show file Open project: tinco/Farseer-Physics Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
GetDetails ( ) : string
GetTitle ( ) : string
HandleInput ( InputHelper input, GameTime gameTime ) : void
LoadContent ( ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

GetDetails() public method

public GetDetails ( ) : string
return string

GetTitle() public method

public GetTitle ( ) : string
return string

HandleInput() public method

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

LoadContent() public method

public LoadContent ( ) : void
return void