C# Class Box2D.Dynamics.B2World

Afficher le fichier Open project: colin-dumitru/GLSharp Class Usage Examples

Méthodes publiques

Méthode Description
B2World ( B2Vec2 gravity, System.Boolean allowSleep ) : System

Private Methods

Méthode Description
ClearForces ( ) : void
CreateBody ( B2BodyDef def ) : B2Body
DestroyBody ( B2Body body ) : void
Step ( float frameRate, int velocityIterations, int positionIterations ) : void

Method Details

B2World() public méthode

public B2World ( B2Vec2 gravity, System.Boolean allowSleep ) : System
gravity Box2D.Common.Math.B2Vec2
allowSleep System.Boolean
Résultat System