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

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

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Spider() public méthode

public Spider ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Dynamics
world FarseerPhysics.Dynamics.World
screenManager FarseerPhysics.Samples.ScreenSystem.ScreenManager
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