C# 클래스 TestBed.PolyShapes

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

공개 메소드들

메소드 설명
Create ( ) : Test
Create ( int index ) : void
DestroyBody ( ) : void
Keyboard ( System key ) : void
PolyShapes ( ) : System
Step ( Settings settings ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : Test
리턴 Test

Create() 공개 메소드

public Create ( int index ) : void
index int
리턴 void

DestroyBody() 공개 메소드

public DestroyBody ( ) : void
리턴 void

Keyboard() 공개 메소드

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

PolyShapes() 공개 메소드

public PolyShapes ( ) : System
리턴 System

Step() 공개 메소드

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