C# 클래스 TestBed.TheoJansen

상속: Test
파일 보기 프로젝트 열기: colgreen/box2dx

공개 메소드들

메소드 설명
Create ( ) : Test
CreateLeg ( float s, Vec2 wheelAnchor ) : void
Keyboard ( System key ) : void
Step ( Settings settings ) : void
TheoJansen ( ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : Test
리턴 Test

CreateLeg() 공개 메소드

public CreateLeg ( float s, Vec2 wheelAnchor ) : void
s float
wheelAnchor Box2DX.Common.Vec2
리턴 void

Keyboard() 공개 메소드

public Keyboard ( System key ) : void
key System
리턴 void

Step() 공개 메소드

public Step ( Settings settings ) : void
settings Settings
리턴 void

TheoJansen() 공개 메소드

public TheoJansen ( ) : System
리턴 System