C# Class TestBed.PolyShapes

Inheritance: Test
Exibir arquivo Open project: colgreen/box2dx

Public Methods

Method Description
Create ( ) : Test
Create ( int index ) : void
DestroyBody ( ) : void
Keyboard ( System key ) : void
PolyShapes ( ) : System
Step ( Settings settings ) : void

Method Details

Create() public static method

public static Create ( ) : Test
return Test

Create() public method

public Create ( int index ) : void
index int
return void

DestroyBody() public method

public DestroyBody ( ) : void
return void

Keyboard() public method

public Keyboard ( System key ) : void
key System
return void

PolyShapes() public method

public PolyShapes ( ) : System
return System

Step() public method

public Step ( Settings settings ) : void
settings Settings
return void