C# Class TestBed.TheoJansen

Inheritance: Test
Exibir arquivo Open project: colgreen/box2dx

Public Methods

Method Description
Create ( ) : Test
CreateLeg ( float s, Vec2 wheelAnchor ) : void
Keyboard ( System key ) : void
Step ( Settings settings ) : void
TheoJansen ( ) : System

Method Details

Create() public static method

public static Create ( ) : Test
return Test

CreateLeg() public method

public CreateLeg ( float s, Vec2 wheelAnchor ) : void
s float
wheelAnchor Box2DX.Common.Vec2
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

TheoJansen() public method

public TheoJansen ( ) : System
return System