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

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

Méthodes publiques

Méthode Description
Agent ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Common
Agent ( World world, Vector2 position ) : FarseerPhysics.Common
Draw ( ) : void
Draw ( SpriteBatch batch ) : void

Method Details

Agent() public méthode

public Agent ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Common
world FarseerPhysics.Dynamics.World
screenManager FarseerPhysics.Samples.ScreenSystem.ScreenManager
position Microsoft.Xna.Framework.Vector2
Résultat FarseerPhysics.Common

Agent() public méthode

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

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() public méthode

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