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

파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
CreateMound ( World world, float x, float y, float friction, float restitution ) : void

메소드 상세

CreateMound() 공개 정적인 메소드

public static CreateMound ( World world, float x, float y, float friction, float restitution ) : void
world Box2DX.Dynamics.World
x float
y float
friction float
restitution float
리턴 void