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

Afficher le fichier Open project: tinco/Farseer-Physics Class Usage Examples

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

JumpySpider() public méthode

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

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void