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

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

Public Methods

Method Description
Draw ( ) : void
Spider ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Dynamics
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Spider() public method

public Spider ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Dynamics
world FarseerPhysics.Dynamics.World
screenManager FarseerPhysics.Samples.ScreenSystem.ScreenManager
position Microsoft.Xna.Framework.Vector2
return FarseerPhysics.Dynamics

Update() public method

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