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

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

Méthodes publiques

Méthode Description
Draw ( ) : void
Draw ( SpriteBatch batch ) : void
Ragdoll ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Common
Ragdoll ( World world, Vector2 position ) : FarseerPhysics.Common

Private Methods

Méthode Description
CreateBody ( World world, Vector2 position ) : void
CreateGFX ( AssetCreator assets ) : void
CreateJoints ( World world ) : void

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

Ragdoll() public méthode

public Ragdoll ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Common
world FarseerPhysics.Dynamics.World
screenManager FarseerPhysics.Samples.ScreenSystem.ScreenManager
position Microsoft.Xna.Framework.Vector2
Résultat FarseerPhysics.Common

Ragdoll() public méthode

public Ragdoll ( World world, Vector2 position ) : FarseerPhysics.Common
world FarseerPhysics.Dynamics.World
position Microsoft.Xna.Framework.Vector2
Résultat FarseerPhysics.Common