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

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

Méthodes publiques

Méthode 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 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

Pyramid() public méthode

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
Résultat System.Collections.Generic

Pyramid() public méthode

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
Résultat System.Collections.Generic