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

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

Public Methods

Method Description
Draw ( ) : void
Draw ( SpriteBatch batch ) : void
Objects ( World world, ScreenManager screenManager, Vector2 startPosition, Vector2 endPosition, int count, float radius, ObjectType type ) : System.Collections.Generic
Objects ( World world, Vector2 startPosition, Vector2 endPosition, int count, float radius, ObjectType type ) : System.Collections.Generic

Method Details

Draw() public method

public Draw ( ) : void
return void

Draw() public method

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

Objects() public method

public Objects ( World world, ScreenManager screenManager, Vector2 startPosition, Vector2 endPosition, int count, float radius, ObjectType type ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
screenManager FarseerPhysics.Samples.ScreenSystem.ScreenManager
startPosition Microsoft.Xna.Framework.Vector2
endPosition Microsoft.Xna.Framework.Vector2
count int
radius float
type ObjectType
return System.Collections.Generic

Objects() public method

public Objects ( World world, Vector2 startPosition, Vector2 endPosition, int count, float radius, ObjectType type ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
startPosition Microsoft.Xna.Framework.Vector2
endPosition Microsoft.Xna.Framework.Vector2
count int
radius float
type ObjectType
return System.Collections.Generic