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

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

Public Methods

Method 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 method

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

Agent() public method

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

Draw() public method

public Draw ( ) : void
return void

Draw() public method

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