C# Class SharpNeat.DomainsExtra.WalkerBox2d.WalkerInterface

Interface onto a walker.
Datei anzeigen Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method Description
WalkerInterface ( Body torsoBody, LegInterface leftLegIface, LegInterface rightLegIface ) : Box2DX.Common

Construct walker interface onto the provided walker body parts.

Method Details

WalkerInterface() public method

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
return Box2DX.Common