C# Class TestBed.PolyShapes

Inheritance: Test
Afficher le fichier Open project: colgreen/box2dx

Méthodes publiques

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

Method Details

Create() public static méthode

public static Create ( ) : Test
Résultat Test

Create() public méthode

public Create ( int index ) : void
index int
Résultat void

DestroyBody() public méthode

public DestroyBody ( ) : void
Résultat void

Keyboard() public méthode

public Keyboard ( System key ) : void
key System
Résultat void

PolyShapes() public méthode

public PolyShapes ( ) : System
Résultat System

Step() public méthode

public Step ( Settings settings ) : void
settings Settings
Résultat void