C# Class FarseerPhysics.Samples.Demos.D05_CollisionCategories

Inheritance: FarseerPhysics.Samples.ScreenSystem.PhysicsDemoScreen
Show file Open project: tinco/Farseer-Physics

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