Platformer
Platformer
|
A wrapper class for a Box2D Body. More...
#include <PhysicsComponent.hpp>
Public Member Functions | |
b2BodyWrapper (b2Body *body) | |
Constructs a Box2D body wrapper. More... | |
~b2BodyWrapper () | |
Destructs a Box2D body wrapper. | |
Public Attributes | |
b2Body * | body |
The Box2D body of this wrapper. | |
A wrapper class for a Box2D Body.
b2BodyWrapper::b2BodyWrapper | ( | b2Body * | body | ) |
Constructs a Box2D body wrapper.
body | The Box2D body of this wrapper |