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

Exibir arquivo Open project: tinco/Farseer-Physics Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch batch ) : void
JumpySpider ( World world, Vector2 position ) : FarseerPhysics.Dynamics
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

JumpySpider() public method

public JumpySpider ( World world, Vector2 position ) : FarseerPhysics.Dynamics
world FarseerPhysics.Dynamics.World
position Microsoft.Xna.Framework.Vector2
return FarseerPhysics.Dynamics

Update() public method

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