C# Class TestBed.Web

Inheritance: Test
Exibir arquivo Open project: colgreen/box2dx

Public Methods

Method Description
Create ( ) : Test
JointDestroyed ( Joint joint ) : void
Keyboard ( System key ) : void
Step ( Settings settings ) : void
Web ( ) : System

Method Details

Create() public static method

public static Create ( ) : Test
return Test

JointDestroyed() public method

public JointDestroyed ( Joint joint ) : void
joint Box2DX.Dynamics.Joint
return void

Keyboard() public method

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

Step() public method

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

Web() public method

public Web ( ) : System
return System