C# 클래스 SharpNeat.DomainsExtra.WalkerBox2d.WalkerInterface

Interface onto a walker.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
WalkerInterface ( Body torsoBody, LegInterface leftLegIface, LegInterface rightLegIface ) : Box2DX.Common

Construct walker interface onto the provided walker body parts.

메소드 상세

WalkerInterface() 공개 메소드

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
리턴 Box2DX.Common