C# 클래스 TestBed.Web

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

공개 메소드들

메소드 설명
Create ( ) : Test
JointDestroyed ( Joint joint ) : void
Keyboard ( System key ) : void
Step ( Settings settings ) : void
Web ( ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : Test
리턴 Test

JointDestroyed() 공개 메소드

public JointDestroyed ( Joint joint ) : void
joint Box2DX.Dynamics.Joint
리턴 void

Keyboard() 공개 메소드

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

Step() 공개 메소드

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

Web() 공개 메소드

public Web ( ) : System
리턴 System