C# Class FarseerPhysics.Samples.Demos.SimpleDemo5

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
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

LoadContent() public method

public LoadContent ( ) : void
return void