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

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

Public Methods

Method Description
Draw ( ) : void
Draw ( SpriteBatch batch ) : void
Pyramid ( World world, ScreenManager screenManager, Vector2 position, int count, float density ) : System.Collections.Generic
Pyramid ( World world, Vector2 position, int count, float density ) : 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

Pyramid() public method

public Pyramid ( World world, ScreenManager screenManager, Vector2 position, int count, float density ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
screenManager ScreenManager
position Microsoft.Xna.Framework.Vector2
count int
density float
return System.Collections.Generic

Pyramid() public method

public Pyramid ( World world, Vector2 position, int count, float density ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
position Microsoft.Xna.Framework.Vector2
count int
density float
return System.Collections.Generic