C# Class FarseerPhysics.Samples.Demos.Prefabs.Border

Show file Open project: tinco/Farseer-Physics Class Usage Examples

Public Methods

Method Description
Border ( World world, LineBatch lines, GraphicsDevice graphics ) : FarseerPhysics.Common
Border ( World world, ScreenManager screenManager, Camera2D camera ) : FarseerPhysics.Common
Draw ( ) : void
Draw ( Matrix projection, Matrix view ) : void

Method Details

Border() public method

public Border ( World world, LineBatch lines, GraphicsDevice graphics ) : FarseerPhysics.Common
world FarseerPhysics.Dynamics.World
lines FarseerPhysics.Samples.MediaSystem.LineBatch
graphics GraphicsDevice
return FarseerPhysics.Common

Border() public method

public Border ( World world, ScreenManager screenManager, Camera2D camera ) : FarseerPhysics.Common
world FarseerPhysics.Dynamics.World
screenManager ScreenManager
camera Camera2D
return FarseerPhysics.Common

Draw() public method

public Draw ( ) : void
return void

Draw() public method

public Draw ( Matrix projection, Matrix view ) : void
projection Microsoft.Xna.Framework.Matrix
view Microsoft.Xna.Framework.Matrix
return void