C# Class SharpNeat.DomainsExtra.WalkerBox2d.WalkerInterface

Interface onto a walker.
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
WalkerInterface ( Body torsoBody, LegInterface leftLegIface, LegInterface rightLegIface ) : Box2DX.Common

Construct walker interface onto the provided walker body parts.

Method Details

WalkerInterface() public méthode

Construct walker interface onto the provided walker body parts.
public WalkerInterface ( Body torsoBody, LegInterface leftLegIface, LegInterface rightLegIface ) : Box2DX.Common
torsoBody Box2DX.Dynamics.Body
leftLegIface LegInterface
rightLegIface LegInterface
Résultat Box2DX.Common