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

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

Méthodes publiques

Méthode Description
Draw ( ) : void
Draw ( SpriteBatch batch, LineBatch lines, Camera2D camera ) : void
Reverse ( ) : void
TheoJansenWalker ( World world, ScreenManager screenManager, Camera2D camera, Vector2 position ) : System.Collections.Generic
TheoJansenWalker ( World world, Vector2 position ) : System.Collections.Generic

Private Methods

Méthode Description
CreateChassis ( World world, Vector2 pivot, AssetCreator assets ) : void
CreateLeg ( World world, float direction, Vector2 wheelAnchor, int index ) : void
CreateLegTextures ( AssetCreator assets ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() public méthode

public Draw ( SpriteBatch batch, LineBatch lines, Camera2D camera ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
lines FarseerPhysics.Samples.DrawingSystem.LineBatch
camera FarseerPhysics.Samples.ScreenSystem.Camera2D
Résultat void

Reverse() public méthode

public Reverse ( ) : void
Résultat void

TheoJansenWalker() public méthode

public TheoJansenWalker ( World world, ScreenManager screenManager, Camera2D camera, Vector2 position ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
screenManager FarseerPhysics.Samples.ScreenSystem.ScreenManager
camera FarseerPhysics.Samples.ScreenSystem.Camera2D
position Microsoft.Xna.Framework.Vector2
Résultat System.Collections.Generic

TheoJansenWalker() public méthode

public TheoJansenWalker ( World world, Vector2 position ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
position Microsoft.Xna.Framework.Vector2
Résultat System.Collections.Generic